1 write to _designerHost
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
26_designerHost = _serviceProvider?.GetService<IDesignerHost>();
8 references to _designerHost
System.Windows.Forms.Design (8)
System\ComponentModel\Design\ToolStripContainerActionList.cs (8)
43if (_designerHost is null) 49ToolStripPanelDesigner? panelDesigner = _designerHost.GetDesigner(component) as ToolStripPanelDesigner; 100=> _designerHost?.RootComponent is Control root 110if (_designerHost is null) 116if (_designerHost.RootComponent is Control root && _toolStripContainer.Parent is null) 135if (_designerHost?.RootComponent is not Control root 147DesignerTransaction? changeParent = _designerHost.CreateTransaction(string.Format(SR._0_reparent_controls_transaction, nameof(ToolStripContainer))); 327string displayName = _designerHost?.RootComponent is UserControl