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