7 references to Hide
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (2)
2405
if (!ClientUtils.IsEnumValid(value, (int)value, (int)SizeGripStyle.Auto, (int)SizeGripStyle.
Hide
))
6369
case SizeGripStyle.
Hide
:
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
308
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.
Hide
;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1270
[Browsable(false), DefaultValue(SizeGripStyle.
Hide
), EditorBrowsable(EditorBrowsableState.Never)]
1572
this.SizeGripStyle = SizeGripStyle.
Hide
;
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
349
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.
Hide
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
296
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.
Hide
;