29 references to WindowText
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
355
return FromSystemColor(SystemColors.
WindowText
);
commonui\System\Drawing\SystemPens.cs (1)
355
return FromSystemColor(SystemColors.
WindowText
);
System.Web.Mobile (3)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
241
Color ct = SystemColors.
WindowText
;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
174
this._pgProperties.ViewForeColor = System.Drawing.SystemColors.
WindowText
;
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
69
TvList.ForeColor = System.Drawing.SystemColors.
WindowText
;
System.Windows.Forms (21)
winforms\Managed\System\WinForms\AxHost.cs (1)
4454
qaContainer.colorFore = GetOleColorFromColor(SystemColors.
WindowText
);
winforms\Managed\System\WinForms\ComboBox.cs (1)
671
return SystemColors.
WindowText
;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
598
return SystemColors.
WindowText
;
winforms\Managed\System\WinForms\DrawItemEvent.cs (1)
82
this.foreColor = SystemColors.
WindowText
;
winforms\Managed\System\WinForms\LinkUtilities.cs (3)
114
int r = (SystemColors.Window.R + SystemColors.
WindowText
.R + 1) / 2;
115
int g = SystemColors.
WindowText
.G;
116
int b = (SystemColors.Window.B + SystemColors.
WindowText
.B + 1) / 2;
winforms\Managed\System\WinForms\ListBox.cs (1)
496
return SystemColors.
WindowText
;
winforms\Managed\System\WinForms\ListView.cs (3)
126
private Color odCacheForeColor = SystemColors.
WindowText
;
849
return SystemColors.
WindowText
;
4647
if (c != SystemColors.
WindowText
)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
472
return SystemColors.
WindowText
;
1576
return SystemColors.
WindowText
;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
537
return SystemColors.
WindowText
;
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
510
Color windowText = SystemColors.
WindowText
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
205
ForeColor = SystemColors.
WindowText
;
448
if (this.ForeColor.ToArgb() == SystemColors.
WindowText
.ToArgb()) {
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
593
return SystemColors.
WindowText
;
winforms\Managed\System\WinForms\TrackBar.cs (1)
301
return SystemColors.
WindowText
;
winforms\Managed\System\WinForms\TreeView.cs (2)
458
return SystemColors.
WindowText
;
2009
if (c != SystemColors.
WindowText
)
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DocumentOutline.cs (1)
480
this.ForeColor = (!activity.Enabled || ActivityDesigner.IsCommentedActivity(activity)) ? WorkflowTheme.CurrentTheme.AmbientTheme.CommentIndicatorColor : SystemColors.
WindowText
;
AuthoringOM\Design\Themes.cs (1)
3178
ForeColor = SystemColors.
WindowText
;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
79
this.operationNameLabel.ForeColor = System.Drawing.SystemColors.
WindowText
;