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)
15
public ContainerSelectionUIItem(
SelectionUIService
selUIsvc, object component) : base(selUIsvc, component)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
61
internal
SelectionUIService
_selUIsvc;
72
public SelectionUIItem(
SelectionUIService
selUIsvc, object component)