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