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)
96
SizeGripStyle = System.Windows.Forms.
SizeGripStyle
.Show;
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Form.cs (9)
2393
DefaultValue(
SizeGripStyle
.Auto),
2396
public
SizeGripStyle
SizeGripStyle {
2398
return(
SizeGripStyle
)formState[FormStateSizeGripStyle];
2405
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
SizeGripStyle
.Auto, (int)
SizeGripStyle
.Hide))
2407
throw new InvalidEnumArgumentException("value", (int)value, typeof(
SizeGripStyle
));
6366
case
SizeGripStyle
.Show:
6369
case
SizeGripStyle
.Hide:
6372
case
SizeGripStyle
.Auto:
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
308
this.SizeGripStyle = System.Windows.Forms.
SizeGripStyle
.Hide;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (3)
1270
[Browsable(false), DefaultValue(
SizeGripStyle
.Hide), EditorBrowsable(EditorBrowsableState.Never)]
1271
public new
SizeGripStyle
SizeGripStyle {
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 (2)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
166
this.SizeGripStyle = System.Windows.Forms.
SizeGripStyle
.Show;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
296
this.SizeGripStyle = System.Windows.Forms.
SizeGripStyle
.Hide;