1 write to BorderStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
662this.BorderStyle = BorderStyle.None;
1 reference to BorderStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeView.cs (1)
3133if ((NativeMethods.PRF_NONCLIENT & (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {