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)
59
if (sender is DesignerVerb designerVerb &&
_host
is not null)
61
using DesignerTransaction t =
_host
.CreateTransaction(designerVerb.Text);