8 references to None
System.Windows.Forms (7)
System\Windows\Forms\Components\KioskModeManager\KioskModeManager.cs (1)
734
form.FormBorderStyle = FormBorderStyle.
None
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
59
FormBorderStyle = FormBorderStyle.
None
;
System\Windows\Forms\Form.cs (4)
3582
if (FormBorderStyle != FormBorderStyle.
None
)
3638
case FormBorderStyle.
None
:
5347
if (borderStyle != FormBorderStyle.
None
6074
case FormBorderStyle.
None
:
System\Windows\Forms\Internal\WinFormsUtils.cs (1)
93
return owner?.TopLevelControl is Form { FormBorderStyle: FormBorderStyle.
None
} form
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
25
FormBorderStyle = FormBorderStyle.
None
;