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)
413
newSelection[comp] = new
SelectionUIItem
(this, comp);
925
SelectionUIItem item =
new
(this, component);
1291
selUI = new
SelectionUIItem
(this, component);