1 write to _host
DesignSurfaceExt (1)
PropertyGridExt.cs (1)
51
_host
= value;
3 references to _host
DesignSurfaceExt (3)
PropertyGridExt.cs (3)
16
_componentChangeService ??= (IComponentChangeService)
_host
.GetService(typeof(IComponentChangeService));
42
return
_host
;
46
if (
_host
== value)