1 write to _toolStripGripStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
813_toolStripGripStyle = value;
4 references to _toolStripGripStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
788Visible = _toolStripGripStyle == ToolStripGripStyle.Visible, 805return _toolStripGripStyle; 811if (_toolStripGripStyle != value) 814Grip.Visible = _toolStripGripStyle == ToolStripGripStyle.Visible;