2 references to PropertyChanged
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Services\ModelChangeInfoImpl.cs (1)
62return new ModelChangeInfoImpl(ModelChangeType.PropertyChanged, subject, propertyName, null, oldValue, newValue);
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (1)
110if (changeInfo != null && changeInfo.ModelChangeType == ModelChangeType.PropertyChanged)