4 references to ScrollBar
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
325return FromSystemColor(SystemColors.ScrollBar);
commonui\System\Drawing\SystemPens.cs (1)
325return FromSystemColor(SystemColors.ScrollBar);
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
167this._pgProperties.LineColor = System.Drawing.SystemColors.ScrollBar;
System.Workflow.ComponentModel (1)
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))