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