1 write to _controlHost
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
264
set =>
_controlHost
= value;
9 references to _controlHost
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (9)
263
get =>
_controlHost
;
282
TemplateNodeCustomMenuItemCollection templateNodeCustomMenuItemCollection = new(_component.Site,
_controlHost
);
437
ToolStrip parent =
_controlHost
.GetCurrentParent();
471
KeyboardService.SelectedDesignerControl =
_controlHost
;
489
KeyboardService.SelectedDesignerControl =
_controlHost
;
525
KeyboardService.SelectedDesignerControl =
_controlHost
;
639
if (KeyboardService is not null && KeyboardService.SelectedDesignerControl ==
_controlHost
)
1171
KeyboardService.SelectedDesignerControl =
_controlHost
;
1213
if (KeyboardService is not null && KeyboardService.SelectedDesignerControl ==
_controlHost
)