I partly figured it out:
add a reference to Microsoft.TeamFoundation.Controls, PresentationCore and WindowsBase
add the following to the controls:
BackColor = TeamFoundationColors.Instance.WorkItemFormBackground.ToWinForms(),
ForeColor = TeamFoundationColors.Instance.WorkItemFormForeground.ToWinForms(),
I still encounter with the multivalue control a border which is now in the foreColor, but I would prefer it to be gone.
add a reference to Microsoft.TeamFoundation.Controls, PresentationCore and WindowsBase
add the following to the controls:
BackColor = TeamFoundationColors.Instance.WorkItemFormBackground.ToWinForms(),
ForeColor = TeamFoundationColors.Instance.WorkItemFormForeground.ToWinForms(),
I still encounter with the multivalue control a border which is now in the foreColor, but I would prefer it to be gone.