4 instantiations of ToolStripItemGlyph
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
495ToolStripItemGlyph bodyGlyphForddItem = new(item, dropDownItemDesigner, bounds, toolStripBehavior); 669ToolStripItemGlyph bodyGlyphForItem = new(item, designer, bounds, toolStripBehavior); 1327ToolStripItemGlyph bodyGlyphForItem = new(item, itemDesigner, itemBounds, toolStripBehavior);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
395ToolStripItemGlyph bodyGlyphForddItem = new(item, dropDownItemDesigner, bounds, toolStripBehavior);
21 references to ToolStripItemGlyph
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
495ToolStripItemGlyph bodyGlyphForddItem = new(item, dropDownItemDesigner, bounds, toolStripBehavior); 669ToolStripItemGlyph bodyGlyphForItem = new(item, designer, bounds, toolStripBehavior); 1327ToolStripItemGlyph bodyGlyphForItem = new(item, itemDesigner, itemBounds, toolStripBehavior); 2188if (g is ToolStripItemGlyph)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (16)
26private ToolStripItemGlyph _selectedGlyph; 102private static void EnterInSituMode(ToolStripItemGlyph glyph) 220ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 279ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 475if (g is ToolStripItemGlyph glyph) 501if (g is ToolStripItemGlyph glyph) 530ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 844ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 871ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 881ToolStripItemGlyph glyph = g as ToolStripItemGlyph;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
395ToolStripItemGlyph bodyGlyphForddItem = new(item, dropDownItemDesigner, bounds, toolStripBehavior);