1 write to _toolStripGripStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
812_toolStripGripStyle = value;
4 references to _toolStripGripStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
787Visible = _toolStripGripStyle == ToolStripGripStyle.Visible, 804return _toolStripGripStyle; 810if (_toolStripGripStyle != value) 813Grip.Visible = _toolStripGripStyle == ToolStripGripStyle.Visible;