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