3 references to IsGlyphTotallyVisible
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1323
if (
IsGlyphTotallyVisible
(itemBounds, parentBounds) && item.Visible)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
688
if (ToolStripDesigner.
IsGlyphTotallyVisible
(menuBounds, parentBounds))
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
438
if (!ToolStripDesigner.
IsGlyphTotallyVisible
(itemBounds, parentBounds))