2 references to FakeModelNotifyPropertyChange
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
699
(instance.Content as IModelTreeItem).ModelTreeManager.AddToCurrentEditingScope(new
FakeModelNotifyPropertyChange
(instance.Content as IModelTreeItem, this.Name));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (1)
94
this.parentModelTreeItem.ModelTreeManager.AddToCurrentEditingScope(new
FakeModelNotifyPropertyChange
(this.parentModelTreeItem, this.Name));