2 writes to currentInstance
System.Activities (2)
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (2)
33this.currentInstance = currentInstance; 1213this.currentInstance = null;
8 references to currentInstance
System.Activities (8)
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (8)
37this.innerContext = new NativeActivityContext(this.currentInstance, this.activityExecutor, this.activityExecutor.RawBookmarkManager); 42this.currentInstance != null && 43this.currentInstance.Activity != null, 52return this.currentInstance.Id; 61return this.currentInstance.IsCancellationRequested; 76get { return this.currentInstance.Activity; } 94ExecutionProperties exeProperties = new ExecutionProperties(this.innerContext, this.currentInstance, this.currentInstance.PropertyManager);