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)
790
Visible =
_toolStripGripStyle
== ToolStripGripStyle.Visible,
807
return
_toolStripGripStyle
;
813
if (
_toolStripGripStyle
!= value)
816
Grip.Visible =
_toolStripGripStyle
== ToolStripGripStyle.Visible;