11 references to SelectionService
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (11)
388if (_component is ToolStrip && SelectionService is not null) 396SelectionService.SetSelectedComponents(new object[] { _component }); 444SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 459SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 487if (SelectionService.PrimarySelection is null) 489SelectionService.SetSelectedComponents(new object[] { _component }, SelectionTypes.Replace); 493SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 791if (SelectionService?.PrimarySelection is ToolStripItem curSel) 1126SelectionService.SetSelectedComponents(null, SelectionTypes.Replace); 1158if (SelectionService is not null) 1160if (SelectionService.PrimarySelection is ToolStripItem && _renderer is not null && _renderer.State != (int)TemplateNodeSelectionState.HotRegionSelected)