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