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