1 write to _host
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
20_host = GetService(typeof(IDesignerHost)) as IDesignerHost;
2 references to _host
DesignSurface (2)
CustomControls\CustomButtonDesignerActionList.cs (2)
72if (_host is null || sender is not DesignerVerb designerVerb) 77using DesignerTransaction t = _host.CreateTransaction(designerVerb.Text);