1 write to _selectionService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
648if (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 }); 378if (enterKeyPressed && _selectionService is not null) 463if (_selectionService is not null) 465_selectionService.SelectionChanged -= OnSelectionChanged; 650_selectionService.SelectionChanged += OnSelectionChanged; 900&& _selectionService is not null && !IsEditorActive 901&& ToolStripItem.Equals(_selectionService.PrimarySelection) 1117_selectionService.SetSelectedComponents(null, SelectionTypes.Replace); 1122_selectionService.SetSelectedComponents(new object[] { nextItem }); 1274_selectionService.SetSelectedComponents(new object[] { ImmediateParent });