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