7 references to Hide
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (2)
2405if (!ClientUtils.IsEnumValid(value, (int)value, (int)SizeGripStyle.Auto, (int)SizeGripStyle.Hide)) 6369case SizeGripStyle.Hide:
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
308this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1270[Browsable(false), DefaultValue(SizeGripStyle.Hide), EditorBrowsable(EditorBrowsableState.Never)] 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 (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
296this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;