11 references to SelectionService
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (11)
391if (_component is ToolStrip && SelectionService is not null) 399SelectionService.SetSelectedComponents(new object[] { _component }); 447SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 462SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 490if (SelectionService.PrimarySelection is null) 492SelectionService.SetSelectedComponents(new object[] { _component }, SelectionTypes.Replace); 496SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 800if (SelectionService?.PrimarySelection is ToolStripItem curSel) 1135SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 1167if (SelectionService is not null) 1169if (SelectionService.PrimarySelection is ToolStripItem && _renderer is not null && _renderer.State != (int)TemplateNodeSelectionState.HotRegionSelected)