6 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]"); 652[DefaultValue(FormBorderStyle.Sizable)] 791if (!ShowIcon && (borderStyle is FormBorderStyle.Sizable or FormBorderStyle.Fixed3D or FormBorderStyle.FixedSingle)) 2959or FormBorderStyle.Sizable); 3640case FormBorderStyle.Sizable: 6047case FormBorderStyle.Sizable: