1 write to _componentChangeService
DemoConsole (1)
PropertyGridExtended.cs (1)
16_componentChangeService ??= (IComponentChangeService)_host.GetService(typeof(IComponentChangeService));
2 references to _componentChangeService
DemoConsole (2)
PropertyGridExtended.cs (2)
17return _componentChangeService; 29_componentChangeService?.ComponentChanged -= OnComponentChanged;