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)
474
Activity originalElement = this.Matcher.
GetMatch
(currentElement);
917
if (
GetMatch
(newSibling) == oldChild)
940
if (
GetMatch
(newVariable.Owner) != oldVariable.Owner)
1020
Activity matchingOwner =
GetMatch
(newVariable.Owner);
1118
GetMatch
(currentActivity.Parent) == originalActivity.Parent;
1240
return this.finalizer.Matcher.
GetMatch
(newActivity);