1 instantiation of SelectionUIService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
697_selectionUISvc = new SelectionUIService(host);
3 references to SelectionUIService
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (1)
15public ContainerSelectionUIItem(SelectionUIService selUIsvc, object component) : base(selUIsvc, component)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
61internal SelectionUIService _selUIsvc; 72public SelectionUIItem(SelectionUIService selUIsvc, object component)