18 references to ControlLightLight
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
112return FromSystemColor(SystemColors.ControlLightLight);
commonui\System\Drawing\SystemPens.cs (1)
154return FromSystemColor(SystemColors.ControlLightLight);
System.Web.Entity.Design (2)
System\Data\WebControls\Design\Util\TaskFormBase.cs (2)
100this._bottomDividerLabel.BackColor = System.Drawing.SystemColors.ControlLightLight; 110this._headerPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
195penTopLeft = stockColor ? new WindowsPen(wg.DeviceContext, SystemColors.ControlLightLight) : new WindowsPen(wg.DeviceContext, colors.highlight); 356pen = new WindowsPen(wg.DeviceContext, SystemColors.ControlLightLight); 754colors.highlight = SystemColors.ControlLightLight;
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2971return SystemColors.ControlLightLight; 2975Color lightLight = SystemColors.ControlLightLight;
winforms\Managed\System\WinForms\DataGridViewCell.cs (5)
1684int lightDistance = ColorDistance(baseline, SystemColors.ControlLightLight); 1702lightPen = this.DataGridView.GetCachedPen(SystemColors.ControlLightLight); 1721lightPen = this.DataGridView.GetCachedPen(SystemColors.ControlLightLight); 3585dividerWidthColor = SystemColors.ControlLightLight; 3623dividerHeightColor = SystemColors.ControlLightLight;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2331highlight = SystemColors.ControlLightLight;
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
745savedColor = SafeNativeMethods.SetBkColor(new HandleRef(null, dc), ColorTranslator.ToWin32(SystemColors.ControlLightLight)); 839oldTextColor = SafeNativeMethods.SetTextColor(new HandleRef(null, dc), ColorTranslator.ToWin32(SystemColors.ControlLightLight));
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
297using (Pen lightPen = new Pen(Color.FromArgb(alpha, SystemColors.ControlLightLight)))