5 references to WindowFrame
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
7309
Pen pen = SystemPens.
WindowFrame
;
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (4)
519
paintArgs.Graphics.DrawLine(SystemPens.
WindowFrame
, this.helpTextHolder.Left - 1, this.helpTextHolder.Top - 1, this.helpTextHolder.Left - 1, this.helpTextHolder.Bottom);
520
paintArgs.Graphics.DrawLine(SystemPens.
WindowFrame
, this.helpTextHolder.Left - 1, this.helpTextHolder.Bottom, this.helpTextHolder.Right, this.helpTextHolder.Bottom);
521
paintArgs.Graphics.DrawLine(SystemPens.
WindowFrame
, this.helpTextHolder.Right, this.helpTextHolder.Bottom, this.helpTextHolder.Right, this.helpTextHolder.Top - 1);
522
paintArgs.Graphics.DrawLine(SystemPens.
WindowFrame
, this.helpTextHolder.Right, this.helpTextHolder.Top - 1, this.helpTextHolder.Left - 1, this.helpTextHolder.Top - 1);