11 references to SelectionService
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (11)
403if (_component is ToolStrip && SelectionService is not null) 414SelectionService.SetSelectedComponents(new object[] { _component }); 474SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 492SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 520if (SelectionService.PrimarySelection is null) 522SelectionService.SetSelectedComponents(new object[] { _component }, SelectionTypes.Replace); 526SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 830if (SelectionService.PrimarySelection is ToolStripItem curSel) 1174SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 1206if (SelectionService is not null) 1208if (SelectionService.PrimarySelection is ToolStripItem && _renderer is not null && _renderer.State != (int)TemplateNodeSelectionState.HotRegionSelected)