Implemented interface member:
method
GetMatch
System.Activities.DynamicUpdate.DynamicUpdateMapBuilder.IDefinitionMatcher.GetMatch(System.Activities.Activity)
6 references to GetMatch
System.Activities (6)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (6)
474Activity originalElement = this.Matcher.GetMatch(currentElement); 917if (GetMatch(newSibling) == oldChild) 940if (GetMatch(newVariable.Owner) != oldVariable.Owner) 1020Activity matchingOwner = GetMatch(newVariable.Owner); 1118GetMatch(currentActivity.Parent) == originalActivity.Parent; 1240return this.finalizer.Matcher.GetMatch(newActivity);