13 references to Insert
System.Windows.Forms.Design (13)
System\ComponentModel\Design\DesignerActionUI.cs (2)
353
compTray.SelectionGlyphs.
Insert
(0, glyph);
360
_designerActionAdorner.Glyphs.
Insert
(0, glyph);
System\Windows\Forms\Design\ControlDesigner.cs (2)
774
glyphs.
Insert
(0, dapGlyph); // we WANT to be in front of the other UI
832
glyphs.
Insert
(0, dapGlyph); // we WANT to be in front of the other UI
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1055
glyphs.
Insert
(0, containerSelectorGlyph);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (3)
301
glyphs.
Insert
(0, childGlyph);
331
glyphs.
Insert
(0, childGlyph);
472
selectionManager.BodyGlyphAdorner.Glyphs.
Insert
(0, childGlyph);
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
672
GetService<SelectionManager>().BodyGlyphAdorner.Glyphs.
Insert
(0, bodyGlyphForItem);
1379
glyphs.
Insert
(0, containerSelectorGlyph);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (2)
541
selectionManager.BodyGlyphAdorner.Glyphs.
Insert
(0, _dummyToolStripGlyph);
700
GetService<SelectionManager>()?.BodyGlyphAdorner.Glyphs.
Insert
(0, _dummyToolStripGlyph);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
399
_toolStripAdornerWindowService?.DropDownAdorner.Glyphs.
Insert
(0, bodyGlyphForddItem);