4 writes to BorderStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
138base.BorderStyle = value;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
84base.BorderStyle = value;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
163this.dummyPanel.BorderStyle = BorderStyle.None;
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
57this.dummyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
3 references to BorderStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Panel.cs (1)
296ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.Sunken);
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
135return base.BorderStyle;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
82get { return base.BorderStyle; }