14 references to GetGlyphBounds
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
459Rectangle bounds = dropDownItemDesigner.GetGlyphBounds(); 628Rectangle bounds = designer.GetGlyphBounds(); 1303Rectangle itemBounds = itemDesigner.GetGlyphBounds(); 2072Rectangle 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)
423Rectangle itemBounds = itemDesigner.GetGlyphBounds(); 564Rectangle r = GetGlyphBounds(); 1302Rectangle itemBounds = GetGlyphBounds();
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
392Rectangle bounds = dropDownItemDesigner.GetGlyphBounds(); 1047Rectangle r = designer.GetGlyphBounds();
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
542Rectangle bounds = menuItemDesigner.GetGlyphBounds(); 803Rectangle invalidateBounds = designer.GetGlyphBounds();