14 references to GetGlyphBounds
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
492Rectangle bounds = dropDownItemDesigner.GetGlyphBounds(); 667Rectangle bounds = designer.GetGlyphBounds(); 1321Rectangle itemBounds = itemDesigner.GetGlyphBounds(); 2057Rectangle r = designer.GetGlyphBounds();
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
456invalidateBounds = designer.GetGlyphBounds(); 494invalidateBounds = designer.GetGlyphBounds();
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
158bounds = itemDesigner.GetGlyphBounds();
System\Windows\Forms\Design\ToolStripItemDesigner.cs (3)
432Rectangle itemBounds = itemDesigner.GetGlyphBounds(); 576Rectangle r = GetGlyphBounds(); 1320Rectangle itemBounds = GetGlyphBounds();
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
392Rectangle bounds = dropDownItemDesigner.GetGlyphBounds(); 1074Rectangle r = designer.GetGlyphBounds();
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
572Rectangle bounds = menuItemDesigner.GetGlyphBounds(); 836Rectangle invalidateBounds = designer.GetGlyphBounds();