3 writes to windowText
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
814
colors.
windowText
= colors.windowDisabled;
821
colors.
windowText
= colors.windowFrame;
833
colors.
windowText
= wg.GetNearestColor(colors.windowText);
51 references to windowText
System.Windows.Forms (51)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
833
colors.windowText = wg.GetNearestColor(colors.
windowText
);
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (5)
81
PaintField(e, layout, colors, IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.
windowText
, false);
84
DrawFlatFocus(g, layout.focus, colors.options.highContrast ? colors.
windowText
: colors.constrastButtonShadow);
156
PaintField(e, layout, colors, colors.
windowText
, false);
159
DrawFlatFocus(g, layout.focus, colors.options.highContrast ? colors.
windowText
: colors.constrastButtonShadow);
240
PaintField(e, layout, colors, IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.
windowText
, false);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (8)
51
PaintField(e, layout, colors, state != CheckState.Indeterminate && IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.
windowText
, true);
53
DrawDefaultBorder(g, r, colors.options.highContrast ? colors.
windowText
: colors.buttonShadow, this.Control.IsDefault);
56
DrawFlatBorder(g, r, colors.options.highContrast ? colors.
windowText
: colors.buttonShadow);
91
PaintField(e, layout, colors, IsHighContrastHighlighted2() ? SystemColors.HighlightText : colors.
windowText
, true);
93
DrawDefaultBorder(g, r, colors.options.highContrast ? colors.
windowText
: colors.buttonShadow, this.Control.IsDefault);
139
PaintField(e, layout, colors, colors.
windowText
, true);
142
DrawDefaultBorder(g, r, colors.options.highContrast ? colors.
windowText
: colors.windowFrame, this.Control.IsDefault);
143
ControlPaint.DrawBorder(g, r, colors.options.highContrast ? colors.
windowText
: colors.buttonShadow, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
199
PaintField(e, layout, colors, colors.
windowText
, true);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (3)
28
PaintFlatWorker(e, colors.
windowText
, colors.highlight, colors.windowFrame, colors);
43
PaintFlatWorker(e, colors.
windowText
, colors.lowHighlight, colors.windowFrame, colors);
58
PaintFlatWorker(e, colors.
windowText
, colors.highlight, colors.windowFrame, colors);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (9)
38
DrawCheckBackground(e, layout.checkBounds, colors.
windowText
, colors.options.highContrast ? colors.buttonFace : colors.highlight, true, colors);
41
DrawCheckOnly(e, layout, colors, colors.
windowText
, colors.highlight);
44
PaintField(e, layout, colors, colors.
windowText
, true);
63
DrawCheckBackground(e, layout.checkBounds, colors.
windowText
, colors.options.highContrast ? colors.buttonFace : colors.highlight, true, colors);
65
DrawCheckOnly(e, layout, colors, colors.
windowText
, colors.highlight);
73
PaintField(e, layout, colors, colors.
windowText
, true);
92
DrawCheckBackground(e, layout.checkBounds, colors.
windowText
, colors.buttonFace, true, colors);
94
DrawCheckOnly(e, layout, colors, colors.
windowText
, colors.buttonFace);
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 (3)
31
PaintFlatWorker(e, colors.
windowText
, colors.highlight, colors.windowFrame, colors);
47
PaintFlatWorker(e, colors.
windowText
, colors.lowHighlight, colors.windowFrame, colors);
63
PaintFlatWorker(e, colors.
windowText
, colors.highlight, colors.windowFrame, colors);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (7)
35
DrawCheckOnly(e, layout, colors.
windowText
, colors.highlight, true);
38
PaintField(e, layout, colors, colors.
windowText
, true);
57
DrawCheckBackground3DLite(e, layout.checkBounds, colors.
windowText
, checkBackgroundColor, colors, true);
58
DrawCheckOnly(e, layout, colors.
windowText
, colors.highlight, true);
61
PaintField(e, layout, colors, colors.
windowText
, true);
79
DrawCheckBackground3DLite(e, layout.checkBounds, colors.
windowText
, colors.highlight, colors, 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);
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (6)
880
colors.options.highContrast ? colors.
windowText
: colors.windowFrame,
884
colors.options.highContrast ? colors.
windowText
: colors.buttonShadow,
898
colors.options.highContrast ? colors.
windowText
: colors.buttonShadow,
909
ButtonBaseAdapter.DrawDefaultBorder(g, valBounds, colors.options.highContrast ? colors.
windowText
: colors.buttonShadow, false /*isDefault*/);
910
ButtonBaseAdapter.DrawFlatBorder(g, valBounds, colors.options.highContrast ? colors.
windowText
: colors.buttonShadow);
974
colors.options.highContrast ? colors.
windowText
: colors.constrastButtonShadow);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (6)
1496
colors.
windowText
,
1508
colors.
windowText
,
1543
colors.
windowText
,
1555
colors.
windowText
,
1588
colors.
windowText
,
1600
colors.
windowText
,