6 references to Sizable
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
184Debug.Assert(_formState[s_formStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]"); 655[DefaultValue(FormBorderStyle.Sizable)] 794if (!ShowIcon && (borderStyle is FormBorderStyle.Sizable or FormBorderStyle.Fixed3D or FormBorderStyle.FixedSingle)) 2962or FormBorderStyle.Sizable); 3643case FormBorderStyle.Sizable: 6063case FormBorderStyle.Sizable: