1 write to borderStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
336borderStyle = value;
5 references to borderStyle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBar.cs (5)
325return borderStyle; 335if (borderStyle != value) { 437switch (borderStyle) { 735switch(borderStyle) { 787if (borderStyle != BorderStyle.None) {