4 references to FormStateSizeGripStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
101private static readonly BitVector32.Section FormStateIsRestrictedWindow = BitVector32.CreateSection(1, FormStateSizeGripStyle); 296Debug.Assert(formState[FormStateSizeGripStyle] == 0, "Failed to set formState[FormStateSizeGripStyle]"); 2398return(SizeGripStyle)formState[FormStateSizeGripStyle]; 2410formState[FormStateSizeGripStyle] = (int)value;