52 references to OnComponentChanged
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2991changeService.OnComponentChanged(this);
System\Windows\Forms\Control.cs (2)
12743changeService.OnComponentChanged(this, sizeProperty); 12748changeService.OnComponentChanged(this, locationProperty);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3167changeService.OnComponentChanged(baseObject);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1969ComponentChangeService?.OnComponentChanged(owner, PropertyDescriptor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
244changeService.OnComponentChanged(component, propertyInfo); 251changeService.OnComponentChanged(owner, entry.PropertyDescriptor); 390ComponentChangeService.OnComponentChanged(_objects[i], _mergedDescriptor[i]);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
388ComponentChangeService?.OnComponentChanged(owner, entry.PropertyDescriptor);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
801changeService.OnComponentChanged(this);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
362changeService.OnComponentChanged(Host);
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
99changeService?.OnComponentChanged(_component);
System.Windows.Forms.Design (40)
System\ComponentModel\Design\DesignerActionPanel.TypeDescriptorContext.cs (1)
42public void OnComponentChanged() => ComponentChangeService?.OnComponentChanged(Instance, PropertyDescriptor);
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
253changeService.OnComponentChanged(component!, Event);
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageExtenders.cs (1)
58changeService.OnComponentChanged(c);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
901changeService?.OnComponentChanged(targetObject);
System\ComponentModel\Design\UndoEngine.cs (1)
416ComponentChangeService.OnComponentChanged(ro.component, ro.member);
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (2)
84changeService.OnComponentChanged(oldParent, controlsProp); 85changeService.OnComponentChanged(newParent, controlsProp);
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
89void ITypeDescriptorContext.OnComponentChanged() => ChangeService.OnComponentChanged(_designer.Component, _targetProperty);
System\Windows\Forms\Design\ColumnHeaderCollectionEditor.cs (1)
70changeService.OnComponentChanged(Context.Instance, property);
System\Windows\Forms\Design\CommandSet.cs (1)
333changeService?.OnComponentChanged(obj);
System\Windows\Forms\Design\ControlCommandSet.cs (1)
1113ccs.OnComponentChanged(parent, controlsProp);
System\Windows\Forms\Design\DesignerFrame.cs (1)
145changeService.OnComponentChanged(_designerSite.Component);
System\Windows\Forms\Design\EditorServiceContext.cs (1)
80=> ChangeService.OnComponentChanged(_designer.Component, _targetProperty);
System\Windows\Forms\Design\FormatStringEditor.cs (5)
73changeService.OnComponentChanged(cellStyle, TypeDescriptor.GetProperties(cellStyle)["Format"]); 74changeService.OnComponentChanged(cellStyle, TypeDescriptor.GetProperties(cellStyle)["NullValue"]); 75changeService.OnComponentChanged(cellStyle, TypeDescriptor.GetProperties(cellStyle)["FormatProvider"]); 79changeService.OnComponentChanged(component, TypeDescriptor.GetProperties(component)["FormatString"]); 80changeService.OnComponentChanged(component, TypeDescriptor.GetProperties(component)["FormatInfo"]);
System\Windows\Forms\Design\FormDocumentDesigner.cs (1)
240changeService?.OnComponentChanged(Component, props["ClientSize"]);
System\Windows\Forms\Design\ListViewDesigner.cs (1)
143GetService<IComponentChangeService>().OnComponentChanged(Component);
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
1343_changeService.OnComponentChanged(Control, TypeDescriptor.GetProperties(Control)["Controls"]); 2205changeService.OnComponentChanged(oldParent, controlsProp); 2209changeService?.OnComponentChanged(newParent, controlsProp);
System\Windows\Forms\Design\StandardMenuStripVerb.cs (3)
203_changeService.OnComponentChanged(rootItem, member); 216_changeService.OnComponentChanged(tool, topMember); 361_changeService.OnComponentChanged(tool, topMember);
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
1569_componentChangeService?.OnComponentChanged(ToolStrip, locationProp); 1961changeService?.OnComponentChanged(parentToolStrip, TypeDescriptor.GetProperties(parentToolStrip)[nameof(Items)]); 1969changeService.OnComponentChanged(parentToolStrip, TypeDescriptor.GetProperties(parentToolStrip)[nameof(Items)]);
System\Windows\Forms\Design\ToolStripItemBehavior.cs (4)
757changeService.OnComponentChanged(ownerItem, TypeDescriptor.GetProperties(ownerItem)["DropDownItems"]); 761changeService.OnComponentChanged(parentToolStrip, TypeDescriptor.GetProperties(parentToolStrip)["Items"]); 771changeService.OnComponentChanged(ownerItem, TypeDescriptor.GetProperties(ownerItem)["DropDownItems"]); 776changeService.OnComponentChanged(parentToolStrip, TypeDescriptor.GetProperties(parentToolStrip)["Items"]);
System\Windows\Forms\Design\ToolStripItemDesigner.cs (4)
556changeService.OnComponentChanged(parent, TypeDescriptor.GetProperties(parent)["DropDownItems"]); 790changeService.OnComponentChanged(ownerItem, TypeDescriptor.GetProperties(ownerItem)["DropDownItems"]); 845changeService.OnComponentChanged(parent, TypeDescriptor.GetProperties(parent)["Items"]); 850changeService.OnComponentChanged(ownerItem, TypeDescriptor.GetProperties(ownerItem)["DropDownItems"]);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
1787changeService.OnComponentChanged(MenuItem.DropDown, member); 2765changeService?.OnComponentChanged(ownerItem, TypeDescriptor.GetProperties(ownerItem)["DropDownItems"]); 2773changeService.OnComponentChanged(ownerItem, TypeDescriptor.GetProperties(ownerItem)["DropDownItems"]);