1 write to GripStyle
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripActionListTests.cs (1)
100_actionList.GripStyle = gripStyle;
6 references to GripStyle
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripActionList.cs (4)
108get => (ToolStripGripStyle)GetProperty(nameof(GripStyle))!; 111if (value != GripStyle) 113ChangeProperty(nameof(GripStyle), value); 180nameof(GripStyle),
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ToolStripActionListTests.cs (2)
98_actionList.GripStyle.Should().Be(ToolStripGripStyle.Visible); 101_actionList.GripStyle.Should().Be(gripStyle);