18 references to SizeGripStyle
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
100_dialogWindow.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Auto;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
96SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Form.cs (9)
2393DefaultValue(SizeGripStyle.Auto), 2396public SizeGripStyle SizeGripStyle { 2398return(SizeGripStyle)formState[FormStateSizeGripStyle]; 2405if (!ClientUtils.IsEnumValid(value, (int)value, (int)SizeGripStyle.Auto, (int)SizeGripStyle.Hide)) 2407throw new InvalidEnumArgumentException("value", (int)value, typeof(SizeGripStyle)); 6366case SizeGripStyle.Show: 6369case SizeGripStyle.Hide: 6372case SizeGripStyle.Auto:
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
308this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (3)
1270[Browsable(false), DefaultValue(SizeGripStyle.Hide), EditorBrowsable(EditorBrowsableState.Never)] 1271public new SizeGripStyle SizeGripStyle { 1572this.SizeGripStyle = SizeGripStyle.Hide;
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
349this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
166this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
296this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;