1 write to _componentChangeService
DesignSurfaceExt (1)
PropertyGridExt.cs (1)
19
_componentChangeService
??= (IComponentChangeService)_host.GetService(typeof(IComponentChangeService));
3 references to _componentChangeService
DesignSurfaceExt (3)
PropertyGridExt.cs (3)
20
return
_componentChangeService
;
32
if (
_componentChangeService
is not null)
34
_componentChangeService
.ComponentChanged -= OnComponentChanged;