2 writes to innerContext
System.Activities (2)
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (2)
37this.innerContext = new NativeActivityContext(this.currentInstance, this.activityExecutor, this.activityExecutor.RawBookmarkManager); 1217this.innerContext = null;
56 references to innerContext
System.Activities (56)
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (56)
94ExecutionProperties exeProperties = new ExecutionProperties(this.innerContext, this.currentInstance, this.currentInstance.PropertyManager); 185return this.innerContext.GetValue(argument); 193return this.innerContext.GetValue(runtimeArgument); 199this.innerContext.SetValue(argument, value); 207return this.innerContext.GetValue(variable); 215return this.innerContext.GetValue(variable); 223this.innerContext.SetValue(variable, value); 231this.innerContext.SetValue(variable, value); 238return this.innerContext.GetLocation<T>(variable); 244return this.innerContext.CreateBookmark(name); 255return this.innerContext.CreateBookmark(name, callback, options); 266return this.innerContext.CreateBookmark(name, callback, scope, options); 282return this.innerContext.CreateBookmark(callback, options); 288this.innerContext.RemoveAllBookmarks(); 294return this.innerContext.RemoveBookmark(name); 300return this.innerContext.RemoveBookmark(bookmark); 306return this.innerContext.RemoveBookmark(name, scope); 327this.innerContext.ScheduleActivity(activity, onCompleted, onFaulted); 336this.innerContext.ScheduleActivity<TResult>(activity, onCompleted, onFaulted); 345this.innerContext.ScheduleAction(activityAction, onCompleted, onFaulted); 354this.innerContext.ScheduleAction<T>(activityAction, argument, onCompleted, onFaulted); 363this.innerContext.ScheduleAction(activityAction, argument1, argument2, onCompleted, onFaulted); 372this.innerContext.ScheduleAction(activityAction, argument1, argument2, argument3, onCompleted, onFaulted); 388this.innerContext.ScheduleAction(activityAction, argument1, argument2, argument3, argument4, onCompleted, onFaulted); 405this.innerContext.ScheduleAction(activityAction, argument1, argument2, argument3, argument4, argument5, onCompleted, onFaulted); 423this.innerContext.ScheduleAction(activityAction, argument1, argument2, argument3, argument4, argument5, argument6, onCompleted, onFaulted); 442this.innerContext.ScheduleAction(activityAction, argument1, argument2, argument3, argument4, argument5, argument6, argument7, onCompleted, onFaulted); 462this.innerContext.ScheduleAction(activityAction, argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8, onCompleted, onFaulted); 483this.innerContext.ScheduleAction(activityAction, argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8, argument9, onCompleted, onFaulted); 505this.innerContext.ScheduleAction( 541this.innerContext.ScheduleAction( 579this.innerContext.ScheduleAction( 619this.innerContext.ScheduleAction( 661this.innerContext.ScheduleAction( 705this.innerContext.ScheduleAction( 751this.innerContext.ScheduleAction( 779this.innerContext.ScheduleFunc(activityFunc, onCompleted, onFaulted); 788this.innerContext.ScheduleFunc(activityFunc, argument, onCompleted, onFaulted); 797this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, onCompleted, onFaulted); 812this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, onCompleted, onFaulted); 828this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, argument4, onCompleted, onFaulted); 845this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, argument4, argument5, onCompleted, onFaulted); 863this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, argument4, argument5, argument6, onCompleted, onFaulted); 882this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, argument4, argument5, argument6, argument7, onCompleted, onFaulted); 902this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8, onCompleted, onFaulted); 923this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8, argument9, onCompleted, onFaulted); 945this.innerContext.ScheduleFunc(activityFunc, argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8, argument9, argument10, onCompleted, onFaulted); 968this.innerContext.ScheduleFunc( 1006this.innerContext.ScheduleFunc( 1046this.innerContext.ScheduleFunc( 1088this.innerContext.ScheduleFunc( 1132this.innerContext.ScheduleFunc( 1178this.innerContext.ScheduleFunc( 1204this.innerContext.ScheduleDelegate(activityDelegate, inputParameters, onCompleted, onFaulted); 1214if (this.innerContext != null) 1216this.innerContext.Dispose();