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