1 instantiation of ContainerSelectionUIItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1255SelectionUIItem item = new ContainerSelectionUIItem(this, component);
13 references to ContainerSelectionUIItem
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\SelectionUIService.cs (13)
207if (item is ContainerSelectionUIItem && (item.GetRules() & SelectionRules.Visible) != SelectionRules.None) 219if (item is not ContainerSelectionUIItem && (item.GetRules() & SelectionRules.Visible) != SelectionRules.None) 398if (existingItem is ContainerSelectionUIItem item) 763if (item is ContainerSelectionUIItem) 773if (item is ContainerSelectionUIItem) 789if (item is ContainerSelectionUIItem) 804if (item is ContainerSelectionUIItem) 1172if (_selectionItems.TryGetValue(comp, out SelectionUIItem? item) && item is not ContainerSelectionUIItem) 1194AdornmentType.ContainerSelector or AdornmentType.Maximum => new Size(ContainerSelectionUIItem.CONTAINER_WIDTH, ContainerSelectionUIItem.CONTAINER_HEIGHT), 1212&& value is ContainerSelectionUIItem); 1251if (existingItem is not ContainerSelectionUIItem) 1266if (!_selectionItems.TryGetValue(component, out SelectionUIItem? existingItem) || existingItem is ContainerSelectionUIItem)