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