1 write to toolStripGripStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
946
toolStripGripStyle
= value;
4 references to toolStripGripStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
919
toolStripGrip.Visible =
toolStripGripStyle
==ToolStripGripStyle.Visible;
938
return
toolStripGripStyle
;
945
if (
toolStripGripStyle
!= value) {
947
Grip.Visible =
toolStripGripStyle
==ToolStripGripStyle.Visible;