1 write to _host
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (1)
18_host = GetService(typeof(IDesignerHost)) as IDesignerHost;
2 references to _host
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (2)
59if (sender is DesignerVerb designerVerb && _host is not null) 61using DesignerTransaction t = _host.CreateTransaction(designerVerb.Text);