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