38 references to OnComponentChanging
System (6)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
185changeService.OnComponentChanging(component, this); 448changeService.OnComponentChanging(component, this);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
638changeService.OnComponentChanging(component, notifyDesc); 681changeService.OnComponentChanging(component, notifyDesc); 1059changeService.OnComponentChanging(component, this); 1127changeService.OnComponentChanging(component, this);
System.Web.Mobile (9)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (1)
74changeService.OnComponentChanging(ctrl, null);
UI\MobileControls\Design\ListDesigner.cs (1)
517changeService.OnComponentChanging(_list, null);
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
389changeService.OnComponentChanging(_mobileControl, null);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
739changeService.OnComponentChanging(_control, null); 888changeService.OnComponentChanging(_control, null);
UI\MobileControls\Design\ObjectListDesigner.cs (1)
549changeService.OnComponentChanging(_objectList, null);
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (1)
74changeService.OnComponentChanging(ctrl, null);
UI\MobileControls\Design\SelectionListDesigner.cs (1)
411changeService.OnComponentChanging(_selectionList, null);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1183changeService.OnComponentChanging(_styleSheet, null);
System.Windows.Forms (15)
winforms\Managed\System\WinForms\AxHost.cs (2)
3335ccs.OnComponentChanging(this, null); 4388changeService.OnComponentChanging(host, prop);
winforms\Managed\System\WinForms\Control.cs (2)
14516ccs.OnComponentChanging(this, sizeProperty); 14523ccs.OnComponentChanging(this, locationProperty);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
103changeService.OnComponentChanging(component, null);
winforms\Managed\System\WinForms\ListView.cs (1)
5614cs.OnComponentChanging(this, null);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3579changeService.OnComponentChanging(baseObject, null);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2261ComponentChangeService.OnComponentChanging(GetValueOwner(), PropertyDescriptor);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
217changeService.OnComponentChanging(ownerArray.GetValue(i), pd); 223changeService.OnComponentChanging(owner, ((PropertyDescriptorGridEntry)ge).propertyInfo); 333ComponentChangeService.OnComponentChanging(objs[i], mergedPd[i]);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
504changeService.OnComponentChanging(owner, ((PropertyDescriptorGridEntry)ge).propertyInfo); 668ComponentChangeService.OnComponentChanging(obj, propertyInfo);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
866ccs.OnComponentChanging(this, null);
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
432changeService.OnComponentChanging(this.Host, null);
System.Workflow.Activities (3)
Common\BasePropertyDescriptor.cs (1)
137changeService.OnComponentChanging(component, propertyDescriptor);
Common\CompModHelpers.cs (1)
1377componentChangeService.OnComponentChanging(this.instance, this.propDesc);
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
297changeService.OnComponentChanging(this.activity, null);
System.Workflow.ComponentModel (5)
AuthoringOM\Activity.cs (1)
2375changeService.OnComponentChanging(this, null);
AuthoringOM\Design\ComponentSerializationService.cs (1)
253componentChangeService.OnComponentChanging(obj, member);
AuthoringOM\Design\CustomActivityDesigner.cs (1)
351changeService.OnComponentChanging(host.RootComponent, baseActivityTypePropertyDescriptor);
Shared\BasePropertyDescriptor.cs (1)
136changeService.OnComponentChanging(component, propertyDescriptor);
Shared\CompModHelpers.cs (1)
1375componentChangeService.OnComponentChanging(this.instance, this.propDesc);