1 override of ComponentChangeService
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
112protected override IComponentChangeService ComponentChangeService {
15 references to ComponentChangeService
System.Windows.Forms (15)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
282return parentPE.ComponentChangeService; 2259if (ComponentChangeService != null) { 2261ComponentChangeService.OnComponentChanging(GetValueOwner(), PropertyDescriptor); 2274if (ComponentChangeService != null) { 2275ComponentChangeService.OnComponentChanged(GetValueOwner(), PropertyDescriptor, null, null);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (5)
204IComponentChangeService changeService = ComponentChangeService; 329if (ComponentChangeService != null) { 333ComponentChangeService.OnComponentChanging(objs[i], mergedPd[i]); 347if (ComponentChangeService != null) { 350ComponentChangeService.OnComponentChanged(objs[i], mergedPd[i], null, null);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (5)
501IComponentChangeService changeService = ComponentChangeService; 666if (ComponentChangeService != null) 668ComponentChangeService.OnComponentChanging(obj, propertyInfo); 759if (needChangeNotify && ComponentChangeService != null) 761ComponentChangeService.OnComponentChanged(obj, propertyInfo, null, objVal);