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