2 writes to _selectionService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
195_selectionService = null; 390_selectionService ??= GetService<ISelectionService>();
5 references to _selectionService
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (5)
193if (_selectionService is not null) 245ICollection selComponents = _selectionService!.GetSelectedComponents(); 246if (!_selectionService.GetComponentSelected(_toolStripContainer!)) 458if (designer is null || designer.GetGlyph() is not { } childGlyph || _selectionService is null) 464ICollection selectedComponents = _selectionService.GetSelectedComponents();