8 references to TryGetUpdateEntryByNewId
System.Activities (8)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (3)
1297bool isNewlyAdded = !this.userProvidedMap.TryGetUpdateEntryByNewId(i, out providedEntry); 1310bool isNewlyAdded = !argumentChangesMap.TryGetUpdateEntryByNewId(i, out argumentChangesMapEntry); 1509if (map.TryGetUpdateEntryByNewId(child.InternalId, out childEntry) &&
System\Activities\DynamicUpdate\DynamicUpdateMapQuery.cs (2)
86if (this.map.TryGetUpdateEntryByNewId(newActivity.InternalId, out entry)) 191this.map.TryGetUpdateEntryByNewId(currentActivity.InternalId, out entry);
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (3)
116if (this.updateMap.TryGetUpdateEntryByNewId(childActivity.InternalId, out entry)) 138mapContainingChild.TryGetUpdateEntryByNewId(idArray[i], out entry); 163return !mapContainingChild.TryGetUpdateEntryByNewId(childActivity.InternalId, out entry);