1 write to _componentChangeService
DesignSurfaceExt (1)
PropertyGridExt.cs (1)
15_componentChangeService ??= (IComponentChangeService)_host.GetService(typeof(IComponentChangeService));
3 references to _componentChangeService
DesignSurfaceExt (3)
PropertyGridExt.cs (3)
16return _componentChangeService; 28if (_componentChangeService is not null) 30_componentChangeService.ComponentChanged -= OnComponentChanged;