1 write to _toolStripGripStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
815_toolStripGripStyle = value;
4 references to _toolStripGripStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
790Visible = _toolStripGripStyle == ToolStripGripStyle.Visible, 807return _toolStripGripStyle; 813if (_toolStripGripStyle != value) 816Grip.Visible = _toolStripGripStyle == ToolStripGripStyle.Visible;