6 writes to SizeGripStyle
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
738this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
87SizeGripStyle = SizeGripStyle.Hide;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
730set => base.SizeGripStyle = value;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
289SizeGripStyle = SizeGripStyle.Hide;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
342SizeGripStyle = SizeGripStyle.Show;
WinFormsControlsTest (1)
FormBorderStyles.Designer.cs (1)
62this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
5 references to SizeGripStyle
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
1848if (SizeGripStyle != value) 5950switch (SizeGripStyle)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
729get => base.SizeGripStyle;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
147Assert.Equal(SizeGripStyle.Auto, control.SizeGripStyle);
System\Windows\Forms\FormTests.cs (1)
149Assert.Equal(SizeGripStyle.Auto, control.SizeGripStyle);