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]");
656
[DefaultValue(FormBorderStyle.
Sizable
)]
795
if (!ShowIcon && (borderStyle is FormBorderStyle.
Sizable
or FormBorderStyle.Fixed3D or FormBorderStyle.FixedSingle))
2899
or FormBorderStyle.
Sizable
);
3589
case FormBorderStyle.
Sizable
:
5948
case FormBorderStyle.
Sizable
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\FormTests.cs (1)
97
Assert.Equal(FormBorderStyle.
Sizable
, control.FormBorderStyle);