1 write to _componentChangeService
DemoConsole (1)
PropertyGridExtended.cs (1)
16
_componentChangeService
??= (IComponentChangeService)_host.GetService(typeof(IComponentChangeService));
3 references to _componentChangeService
DemoConsole (3)
PropertyGridExtended.cs (3)
17
return
_componentChangeService
;
29
if (
_componentChangeService
is not null)
31
_componentChangeService
.ComponentChanged -= OnComponentChanged;