19 references to PaintField
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (3)
81PaintField(e, layout, colors, IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.windowText, false); 156PaintField(e, layout, colors, colors.windowText, false); 240PaintField(e, layout, colors, IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.windowText, false);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (3)
51PaintField(e, layout, colors, state != CheckState.Indeterminate && IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.windowText, true); 91PaintField(e, layout, colors, IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.windowText, true); 139PaintField(e, layout, colors, colors.windowText, true);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (3)
188PaintField(e, layout, colors, highlightTextColor, false); 196PaintField(e, layout, colors, SystemColors.HighlightText, true); 199PaintField(e, layout, colors, colors.windowText, true);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
73PaintField(e, layout, colors, checkColor, true);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (3)
44PaintField(e, layout, colors, colors.windowText, true); 73PaintField(e, layout, colors, colors.windowText, true); 97PaintField(e, layout, colors, colors.windowText, true);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
56PaintField(e, layout, colors, colors.windowText, true);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
78PaintField(e, layout, colors, checkColor, true);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (3)
38PaintField(e, layout, colors, colors.windowText, true); 61PaintField(e, layout, colors, colors.windowText, true); 83PaintField(e, layout, colors, colors.windowText, true);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
32PaintField(e, layout, colors, colors.windowText, true);