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)
193
if (
_selectionService
is not null)
245
ICollection selComponents =
_selectionService
!.GetSelectedComponents();
246
if (!
_selectionService
.GetComponentSelected(_toolStripContainer!))
458
if (designer is null || designer.GetGlyph() is not { } childGlyph ||
_selectionService
is null)
464
ICollection selectedComponents =
_selectionService
.GetSelectedComponents();