1 write to _selectionService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
663if (TryGetService(out _selectionService))
11 references to _selectionService
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (11)
83if (_selectionService.SelectionCount > 1) 346_selectionService?.SetSelectedComponents(new object[] { immediateParent }); 381if (enterKeyPressed && _selectionService is not null) 475if (_selectionService is not null) 477_selectionService.SelectionChanged -= OnSelectionChanged; 665_selectionService.SelectionChanged += OnSelectionChanged; 918&& _selectionService is not null && !IsEditorActive 919&& ToolStripItem.Equals(_selectionService.PrimarySelection) 1135_selectionService.SetSelectedComponents(null, SelectionTypes.Replace); 1140_selectionService.SetSelectedComponents(new object[] { nextItem }); 1292_selectionService.SetSelectedComponents(new object[] { ImmediateParent });