4 references to Show
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
5952case SizeGripStyle.Show:
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
320SizeGripStyle = SizeGripStyle.Show;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
342SizeGripStyle = SizeGripStyle.Show;
WinFormsControlsTest (1)
FormBorderStyles.Designer.cs (1)
62this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;