1 write to _controlHost
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
255
set =>
_controlHost
= value;
9 references to _controlHost
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (9)
254
get =>
_controlHost
;
273
TemplateNodeCustomMenuItemCollection templateNodeCustomMenuItemCollection = new(_component.Site,
_controlHost
);
416
ToolStrip parent =
_controlHost
.GetCurrentParent();
445
KeyboardService?.SelectedDesignerControl =
_controlHost
;
460
KeyboardService?.SelectedDesignerControl =
_controlHost
;
495
KeyboardService.SelectedDesignerControl =
_controlHost
;
609
if (KeyboardService is not null && KeyboardService.SelectedDesignerControl ==
_controlHost
)
1133
KeyboardService?.SelectedDesignerControl =
_controlHost
;
1174
if (KeyboardService is not null && KeyboardService.SelectedDesignerControl ==
_controlHost
)