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