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