7 references to Sizable
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
181
Debug.Assert(_formState[s_formStateBorderStyle] == (int)FormBorderStyle.
Sizable
, "Failed to set formState[FormStateBorderStyle]");
652
[DefaultValue(FormBorderStyle.
Sizable
)]
791
if (!ShowIcon && (borderStyle is FormBorderStyle.
Sizable
or FormBorderStyle.Fixed3D or FormBorderStyle.FixedSingle))
2959
or FormBorderStyle.
Sizable
);
3640
case FormBorderStyle.
Sizable
:
6047
case FormBorderStyle.
Sizable
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\FormTests.cs (1)
99
Assert.Equal(FormBorderStyle.
Sizable
, control.FormBorderStyle);