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); 797if (SelectionService?.PrimarySelection is ToolStripItem curSel) 1132SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 1164if (SelectionService is not null) 1166if (SelectionService.PrimarySelection is ToolStripItem && _renderer is not null && _renderer.State != (int)TemplateNodeSelectionState.HotRegionSelected)