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