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