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