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