1 write to borderStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
162this.borderStyle = value;
3 references to borderStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusBarPanel.cs (3)
153return borderStyle; 161if (this.borderStyle != value) { 619switch (borderStyle) {