44 references to ControlText
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
152return FromSystemColor(SystemColors.ControlText);
commonui\System\Drawing\SystemPens.cs (1)
114return FromSystemColor(SystemColors.ControlText);
System.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
76Brush controlTextBrush = new SolidBrush(SystemColors.ControlText),
System.Windows.Forms (36)
winforms\Managed\System\WinForms\ButtonRenderer.cs (2)
176textColor = SystemColors.ControlText; 247textColor = SystemColors.ControlText;
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (2)
162textColor = SystemColors.ControlText; 211textColor = SystemColors.ControlText;
winforms\Managed\System\WinForms\Control.cs (1)
2185get { return SystemColors.ControlText;}
winforms\Managed\System\WinForms\ControlPaint.cs (2)
1243SystemColors.ControlText; 1313DrawFocusRectangle(graphics, rectangle, SystemColors.ControlText, SystemColors.Control);
winforms\Managed\System\WinForms\DataGrid.cs (1)
662return new Pen(SystemColors.ControlText);
winforms\Managed\System\WinForms\DataGridTable.cs (1)
354return new Pen(SystemColors.ControlText);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19878Pen pen = GetCachedPen(SystemColors.ControlText);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
809state, ColorTranslator.ToWin32(SystemColors.Control), ColorTranslator.ToWin32(SystemColors.ControlText));
winforms\Managed\System\WinForms\FontDialog.cs (3)
185color = SystemColors.ControlText; 532color = SystemColors.ControlText; 597cf.rgbColors = ColorTranslator.ToWin32(SystemColors.ControlText);
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (1)
316return SystemColors.ControlText;
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
506Color controlText = SystemColors.ControlText;
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
96private Color categoryForeColor = SystemColors.ControlText; 254doccomment.ForeColor = SystemColors.ControlText; 4236hotcommands.SetColors(SystemColors.Control, SystemColors.ControlText, SystemColors.ActiveCaption, SystemColors.ActiveCaption, SystemColors.ActiveCaption, SystemColors.ControlDark); 4239hotcommands.SetColors(SystemColors.Control, SystemColors.ControlText, Color.Empty, Color.Empty, Color.Empty, Color.Empty);
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
219ControlPaint.DrawFocusRectangle(g, focusRect, SystemColors.ControlText, OwnerGrid.LineColor);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
285btnDropDown.ForeColor = SystemColors.ControlText; 308btnDialog.ForeColor = SystemColors.ControlText;
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (2)
149textColor = SystemColors.ControlText; 198textColor = SystemColors.ControlText;
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
187arrowColor = Enabled ? SystemColors.ControlText : SystemColors.ControlDark;
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (4)
154 Color arrowColor = AccessibilityImprovements.Level2 && item.Selected && !item.Pressed ? SystemColors.HighlightText : SystemColors.ControlText; 184 Color arrowColor = item.Enabled ? SystemColors.ControlText : SystemColors.ControlDark; 199else if (e.TextColor != SystemColors.HighlightText && e.TextColor != SystemColors.ControlText) { 205e.DefaultTextColor = SystemColors.ControlText;
winforms\Managed\System\WinForms\ToolStripItemTextRenderEventArgs.cs (2)
21private Color textColor = SystemColors.ControlText; 26private Color defaultTextColor = SystemColors.ControlText;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
279DrawArrow(new ToolStripArrowRenderEventArgs(g, item, dropDownRect, SystemColors.ControlText, ArrowDirection.Down)); 595e.DefaultArrowColor = (item.Enabled) ? SystemColors.ControlText : SystemColors.ControlDark;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (2)
345Color arrowColor = item.Enabled ? SystemColors.ControlText : SystemColors.ControlDark; 459Color arrowColor = splitButton.Enabled ? SystemColors.ControlText : SystemColors.ControlDark;
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
292listViewItem.ForeColor = SystemColors.ControlText;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1403ForeColor = SystemColors.ControlText;
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceContractDetailViewControl.Designer.cs (1)
42this.contractNameLabel.ForeColor = System.Drawing.SystemColors.ControlText;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (2)
91this.operationNameLabel.ForeColor = System.Drawing.SystemColors.ControlText; 185this.protectionLevelLabel.ForeColor = System.Drawing.SystemColors.ControlText;