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)
788
Visible =
_toolStripGripStyle
== ToolStripGripStyle.Visible,
805
return
_toolStripGripStyle
;
811
if (
_toolStripGripStyle
!= value)
814
Grip.Visible =
_toolStripGripStyle
== ToolStripGripStyle.Visible;