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