38 references to OnComponentChanged
System (6)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
219changeService.OnComponentChanged(component, this, null, value); 478changeService.OnComponentChanged(component, this, null, value);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
656changeService.OnComponentChanged(component, notifyDesc, oldValue, newValue); 699changeService.OnComponentChanged(component, notifyDesc, oldValue, value); 1077changeService.OnComponentChanged(component, this, oldValue, newValue); 1165changeService.OnComponentChanged(component, this, oldValue, value);
System.Web.Mobile (10)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (1)
98changeService.OnComponentChanged(ctrl, null, null, null);
UI\MobileControls\Design\ListDesigner.cs (1)
538changeService.OnComponentChanged(_list, null, null, null);
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
397changeService.OnComponentChanged(_mobileControl, null, null, null);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
749changeService.OnComponentChanged(_control, null, null, null); 912changeService.OnComponentChanged(_control, null, null, null);
UI\MobileControls\Design\ObjectListDesigner.cs (1)
570changeService.OnComponentChanged(_objectList, null, null, null);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
381changeService.OnComponentChanged(_designer.UnderlyingControl, null, null, null);
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (1)
104changeService.OnComponentChanged(ctrl, null, null, null);
UI\MobileControls\Design\SelectionListDesigner.cs (1)
432changeService.OnComponentChanged(_selectionList, null, null, null);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1211changeService.OnComponentChanged(_styleSheet, null, null, null);
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AxHost.cs (2)
3337ccs.OnComponentChanged(this, null, null, null); 4399changeService.OnComponentChanged(host, prop, null, ((prop != null) ? prop.GetValue(host) : null));
winforms\Managed\System\WinForms\Control.cs (2)
14540if (sizeChanged) ccs.OnComponentChanged(this, sizeProperty, null, null); 14541if (locationChanged) ccs.OnComponentChanged(this, locationProperty, null, null);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
122changeService.OnComponentChanged(component, null, null, null);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3592changeService.OnComponentChanged(baseObject, null, null, null);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2275ComponentChangeService.OnComponentChanged(GetValueOwner(), PropertyDescriptor, null, null);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
218changeService.OnComponentChanged(ownerArray.GetValue(i), pd, null, null); 224changeService.OnComponentChanged(owner, ((PropertyDescriptorGridEntry)ge).propertyInfo, null, null); 350ComponentChangeService.OnComponentChanged(objs[i], mergedPd[i], null, null);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
505changeService.OnComponentChanged(owner, ((PropertyDescriptorGridEntry)ge).propertyInfo, null, null); 761ComponentChangeService.OnComponentChanged(obj, propertyInfo, null, objVal);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
867ccs.OnComponentChanged(this, null, null, null);
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
445changeService.OnComponentChanged(this.Host, null, null, null);
System.Workflow.Activities (3)
Common\BasePropertyDescriptor.cs (1)
152changeService.OnComponentChanged(this.component, this.property, this.oldValue, this.newValue);
Common\CompModHelpers.cs (1)
1393componentChangeService.OnComponentChanged(this.instance, this.propDesc, null, null);
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
316changeService.OnComponentChanged(this.activity, null, null, null);
System.Workflow.ComponentModel (5)
AuthoringOM\Activity.cs (1)
2431changeService.OnComponentChanged(this, null, e, null);
AuthoringOM\Design\ComponentSerializationService.cs (1)
262componentChangeService.OnComponentChanged(obj, member, null, null);
AuthoringOM\Design\CustomActivityDesigner.cs (1)
358changeService.OnComponentChanged(host.RootComponent, baseActivityTypePropertyDescriptor, baseActivityTypePropertyDescriptor.GetValue(host.RootComponent), typeName);
Shared\BasePropertyDescriptor.cs (1)
151changeService.OnComponentChanged(this.component, this.property, this.oldValue, this.newValue);
Shared\CompModHelpers.cs (1)
1391componentChangeService.OnComponentChanged(this.instance, this.propDesc, null, null);