5 references to SelectionGlyphs
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUI.cs (4)
351if (compTray?.SelectionGlyphs is not null && !compTray.SelectionGlyphs.Contains(glyph)) 353compTray.SelectionGlyphs.Insert(0, glyph); 531_serviceProvider.GetService<ComponentTray>()?.SelectionGlyphs?.Remove(glyph);
System\Windows\Forms\Design\ComponentTray.cs (1)
286SelectionGlyphs.AddRange(glyphs);