10 references to Visible
System.Windows.Forms (10)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
77
return GripStyle == ToolStripGripStyle.
Visible
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (9)
47
private ToolStripGripStyle _toolStripGripStyle = ToolStripGripStyle.
Visible
;
736
if ((LayoutEngine is ToolStripSplitStackLayout) && (GripStyle == ToolStripGripStyle.
Visible
))
792
Visible = _toolStripGripStyle == ToolStripGripStyle.
Visible
,
804
[DefaultValue(ToolStripGripStyle.
Visible
)]
818
Grip.Visible = _toolStripGripStyle == ToolStripGripStyle.
Visible
;
859
return (GripStyle == ToolStripGripStyle.
Visible
) ? Grip.Bounds : Rectangle.Empty;
2317
if (toolStrip.GripStyle == ToolStripGripStyle.
Visible
)
2375
if (toolStrip.GripStyle == ToolStripGripStyle.
Visible
)
4249
if (GripStyle == ToolStripGripStyle.
Visible
)