66 references to Window
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
335return FromSystemColor(SystemColors.Window);
commonui\System\Drawing\SystemPens.cs (1)
335return FromSystemColor(SystemColors.Window);
System.Web.Mobile (4)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
240Color cw = SystemColors.Window;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
173this._pgProperties.ViewBackColor = System.Drawing.SystemColors.Window;
UI\MobileControls\Design\Util\ImageCreator.cs (2)
79windowBrush = new SolidBrush(SystemColors.Window) 83windowPen = new Pen(SystemColors.Window)
System.Windows.Forms (43)
winforms\Managed\System\WinForms\AxHost.cs (1)
4455qaContainer.colorBack = GetOleColorFromColor(SystemColors.Window);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (4)
92else if (controlCheckState == CheckState.Indeterminate && checkBackground == SystemColors.Window && disabledColors) { 95byte R = (byte)((comboColor.R + SystemColors.Window.R) / 2); 96byte G = (byte)((comboColor.G + SystemColors.Window.G) / 2); 97byte B = (byte)((comboColor.B + SystemColors.Window.B) / 2);
winforms\Managed\System\WinForms\ComboBox.cs (3)
316return SystemColors.Window; 6083return (comboBox.Enabled) ? SystemColors.Window : SystemColors.ControlDark; 6090return (focused) ? SystemColors.ControlDark : SystemColors.Window;
winforms\Managed\System\WinForms\ComboBoxRenderer.cs (1)
53if (windowColor != SystemColors.Window) {
winforms\Managed\System\WinForms\ControlPaint.cs (6)
2426using (Pen pen = new Pen(SystemColors.Window)) { 2435using (Pen pen = new Pen(SystemColors.Window)) { 2458using (Pen pen = new Pen(SystemColors.Window)) { 2472using (Pen pen = new Pen(SystemColors.Window)) { 2484using (Pen pen = new Pen(SystemColors.Window)) { 2499using (Pen pen = new Pen(SystemColors.Window)) {
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
55protected static readonly Color DefaultMonthBackColor = SystemColors.Window; 164return SystemColors.Window;
winforms\Managed\System\WinForms\DrawItemEvent.cs (1)
83this.backColor = SystemColors.Window;
winforms\Managed\System\WinForms\LinkUtilities.cs (2)
114int r = (SystemColors.Window.R + SystemColors.WindowText.R + 1) / 2; 116int b = (SystemColors.Window.B + SystemColors.WindowText.B + 1) / 2;
winforms\Managed\System\WinForms\ListBox.cs (1)
194return SystemColors.Window;
winforms\Managed\System\WinForms\ListView.cs (3)
127private Color odCacheBackColor = SystemColors.Window; 380return SystemColors.Window; 4643if (c != SystemColors.Window) {
winforms\Managed\System\WinForms\ListViewItem.cs (2)
347return SystemColors.Window; 1478return SystemColors.Window;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
313return SystemColors.Window;
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (5)
482rgbTable[ProfessionalColorTable.KnownColors.ButtonPressedHighlight] = GetAlphaBlendedColor(g, SystemColors.Window, GetAlphaBlendedColor(g, SystemColors.Highlight, SystemColors.Window, 160), 50); 483rgbTable[ProfessionalColorTable.KnownColors.ButtonCheckedHighlight] = GetAlphaBlendedColor(g, SystemColors.Window, GetAlphaBlendedColor(g, SystemColors.Highlight, SystemColors.Window, 80), 20); 504Color window = SystemColors.Window;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
202Color c = SystemColors.Window;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
204BackColor = SystemColors.Window;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
472using (Pen pen = new Pen(SystemColors.Window)) {
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
301return SystemColors.Window;
winforms\Managed\System\WinForms\TextBoxRenderer.cs (2)
50if (windowColor != SystemColors.Window) { 53using(SolidBrush brush = new SolidBrush(SystemColors.Window)) {
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
671return (comboBox.Enabled) ? SystemColors.Window : GetColorTable(comboBox as ToolStripComboBoxControl).ComboBoxBorder; 681return (focused) ? GetColorTable(comboBox as ToolStripComboBoxControl).ComboBoxBorder : SystemColors.Window;
winforms\Managed\System\WinForms\TreeView.cs (2)
205return SystemColors.Window; 2005if (c != SystemColors.Window)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
230this.tableLayoutPanelQuestion.BackColor = System.Drawing.SystemColors.Window;
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
293listViewItem.BackColor = SystemColors.Window;
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (1)
1228using (Brush gradientBrush = new LinearGradientBrush(new Point(this.leftGradientRectangle.Left, this.leftGradientRectangle.Top), new Point(this.leftGradientRectangle.Right, this.leftGradientRectangle.Top), SystemColors.Window, SystemColors.ScrollBar))
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
213this.artifactTreeView.BackColor = System.Drawing.SystemColors.Window;
AuthoringOM\Design\Themes.cs (2)
1912PreviewBackColor = SystemColors.Window; 3181BackColor = SystemColors.Window;
System.WorkflowServices (12)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (3)
108this.operationsPanel.BaseColor = System.Drawing.SystemColors.Window; 113this.operationsPanel.LightingColor = System.Drawing.SystemColors.Window; 120this.operationsListBox.BackColor = System.Drawing.SystemColors.Window;
System\Workflow\Activities\Design\ServiceContractViewControl.cs (2)
57this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 65this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
74this.BackColor = System.Drawing.SystemColors.Window;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (2)
74this.parametersGrid.BackgroundColor = System.Drawing.SystemColors.Window; 118this.operationsToolStrip.BackColor = System.Drawing.SystemColors.Window;
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (2)
51this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 59this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (2)
47this.backgroundPanel.BackColor = System.Drawing.SystemColors.Window; 86this.BackColor = System.Drawing.SystemColors.Window;