1 write to _controlHost
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
252
set =>
_controlHost
= value;
9 references to _controlHost
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (9)
251
get =>
_controlHost
;
270
TemplateNodeCustomMenuItemCollection templateNodeCustomMenuItemCollection = new(_component.Site,
_controlHost
);
413
ToolStrip parent =
_controlHost
.GetCurrentParent();
442
KeyboardService?.SelectedDesignerControl =
_controlHost
;
457
KeyboardService?.SelectedDesignerControl =
_controlHost
;
492
KeyboardService.SelectedDesignerControl =
_controlHost
;
606
if (KeyboardService is not null && KeyboardService.SelectedDesignerControl ==
_controlHost
)
1124
KeyboardService?.SelectedDesignerControl =
_controlHost
;
1165
if (KeyboardService is not null && KeyboardService.SelectedDesignerControl ==
_controlHost
)