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