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)
80SizeGripStyle = SizeGripStyle.Hide;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
730set => base.SizeGripStyle = value;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
289SizeGripStyle = SizeGripStyle.Hide;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
316SizeGripStyle = SizeGripStyle.Show;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
342SizeGripStyle = SizeGripStyle.Show;
3 references to SizeGripStyle
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
1925if (SizeGripStyle != value) 6049switch (SizeGripStyle)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
729get => base.SizeGripStyle;