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