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