4 instantiations of ToolStripItemGlyph
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
462ToolStripItemGlyph bodyGlyphDropDownItem = new(item, dropDownItemDesigner, bounds, toolStripBehavior); 633ToolStripItemGlyph bodyGlyphForItem = new(item, designer, bounds, toolStripBehavior); 1333ToolStripItemGlyph 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)
462ToolStripItemGlyph bodyGlyphDropDownItem = new(item, dropDownItemDesigner, bounds, toolStripBehavior); 633ToolStripItemGlyph bodyGlyphForItem = new(item, designer, bounds, toolStripBehavior); 1333ToolStripItemGlyph bodyGlyphForItem = new(item, itemDesigner, itemBounds, toolStripBehavior); 2230if (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; 472if (g is ToolStripItemGlyph glyph) 498if (g is ToolStripItemGlyph glyph) 527ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 835ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 862ToolStripItemGlyph glyph = g as ToolStripItemGlyph; 872ToolStripItemGlyph glyph = g as ToolStripItemGlyph;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
395ToolStripItemGlyph bodyGlyphForddItem = new(item, dropDownItemDesigner, bounds, toolStripBehavior);