1 instantiation of ContainerSelectionUIItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1267SelectionUIItem item = new ContainerSelectionUIItem(this, component);
13 references to ContainerSelectionUIItem
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\SelectionUIService.cs (13)
213if (item is ContainerSelectionUIItem && (item.GetRules() & SelectionRules.Visible) != SelectionRules.None) 225if (item is not ContainerSelectionUIItem && (item.GetRules() & SelectionRules.Visible) != SelectionRules.None) 404if (existingItem is ContainerSelectionUIItem item) 769if (item is ContainerSelectionUIItem) 779if (item is ContainerSelectionUIItem) 795if (item is ContainerSelectionUIItem) 810if (item is ContainerSelectionUIItem) 1184if (_selectionItems.TryGetValue(comp, out SelectionUIItem? item) && item is not ContainerSelectionUIItem) 1206AdornmentType.ContainerSelector or AdornmentType.Maximum => new Size(ContainerSelectionUIItem.CONTAINER_WIDTH, ContainerSelectionUIItem.CONTAINER_HEIGHT), 1224&& value is ContainerSelectionUIItem); 1263if (existingItem is not ContainerSelectionUIItem) 1278if (!_selectionItems.TryGetValue(component, out SelectionUIItem? existingItem) || existingItem is ContainerSelectionUIItem)