7 writes 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 (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
308this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1276base.SizeGripStyle = value;
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;
3 references to SizeGripStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
2401if (SizeGripStyle != value) { 6365switch (SizeGripStyle) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1273return base.SizeGripStyle;