7 references to SizableToolWindow
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Form.cs (6)
841if (!ClientUtils.IsEnumValid(value, (int)value, (int)FormBorderStyle.None, (int)FormBorderStyle.SizableToolWindow)) 862case FormBorderStyle.SizableToolWindow: 3235bool sizableBorder = (borderStyle == FormBorderStyle.SizableToolWindow 3959case FormBorderStyle.SizableToolWindow: 5915&& borderStyle != FormBorderStyle.SizableToolWindow 6364case FormBorderStyle.SizableToolWindow:
winforms\Managed\System\WinForms\StatusBar.cs (1)
1116&& bs != FormBorderStyle.SizableToolWindow) {