4 writes to GripStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1098GripStyle = ToolStripGripStyle.Hidden;
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripDropDownTests.cs (3)
1787control.GripStyle = value; 1793control.GripStyle = value; 1806Assert.Throws<InvalidEnumArgumentException>("value", () => control.GripStyle = value);
3 references to GripStyle
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripDropDownTests.cs (3)
87Assert.Equal(ToolStripGripStyle.Hidden, control.GripStyle); 1788Assert.Equal(value, control.GripStyle); 1794Assert.Equal(value, control.GripStyle);