4 references to SelectionUIItem
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (1)
15
public ContainerSelectionUIItem(SelectionUIService selUIsvc, object component) :
base
(selUIsvc, component)
System\Windows\Forms\Design\SelectionUIService.cs (3)
419
newSelection[comp] = new
SelectionUIItem
(this, comp);
931
SelectionUIItem item =
new
(this, component);
1303
selUI = new
SelectionUIItem
(this, component);