390 references to GetValue
System.Workflow.Activities (89)
Code.cs (1)
78
Hashtable hashtable = code.
GetValue
(WorkflowMarkupSerializer.EventsProperty) as Hashtable;
CodeExpressionRuleDeclaration.cs (1)
98
Hashtable hashtable = codeCondition.
GetValue
(WorkflowMarkupSerializer.EventsProperty) as Hashtable;
Common\BasePropertyDescriptor.cs (1)
554
return parameters[propertyName].
GetValue
(WorkflowParameterBinding.ValueProperty);
Common\CompModHelpers.cs (3)
428
className = activity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as String;
1247
Guid contextGuid = (Guid)contextActivity.
GetValue
(Activity.ActivityContextGuidProperty);
1251
contextGuid = (Guid)contextActivity.
GetValue
(Activity.ActivityContextGuidProperty);
Common\Walker.cs (1)
212
propValue = currentActivity.
GetValue
(dependencyProperty);
ConditionalBranch.cs (1)
51
return base.
GetValue
(ConditionProperty) as ActivityCondition;
ConstrainedGroup.cs (4)
63
return (dependencyObject as DependencyObject).
GetValue
(WhenConditionProperty);
83
return base.
GetValue
(UntilConditionProperty) as ActivityCondition;
196
return (ConditionedActivityGroupStateInfo)base.
GetValue
(CAGStateProperty);
408
ActivityCondition whenCondition = (ActivityCondition)child.
GetValue
(ConditionedActivityGroup.WhenConditionProperty);
CorrelationValidator.cs (3)
104
CorrelationToken correlator = activity.
GetValue
((activity is CallExternalMethodActivity) ? CallExternalMethodActivity.CorrelationTokenProperty : HandleExternalEventActivity.CorrelationTokenProperty) as CorrelationToken;
223
CorrelationToken existingCorrelationTokenValue = currentActivity.
GetValue
((currentActivity is CallExternalMethodActivity) ? CallExternalMethodActivity.CorrelationTokenProperty : HandleExternalEventActivity.CorrelationTokenProperty) as CorrelationToken;
901
paramValue = parameterBinding.
GetValue
(WorkflowParameterBinding.ValueProperty);
Delay.cs (4)
77
return (TimeSpan)base.
GetValue
(TimeoutDurationProperty);
179
return (Guid)base.
GetValue
(DelayActivity.SubscriptionIDProperty);
190
return (bool)base.
GetValue
(DelayActivity.IsInEventActivityModeProperty);
374
return (IComparable)this.
GetValue
(QueueNameProperty);
Designers\CAGDesigner.cs (1)
91
return activity.
GetValue
(ConditionedActivityGroup.WhenConditionProperty) as ActivityCondition;
EventHandlers.cs (2)
47
return (List<EventHandlerEventActivitySubscriber>)base.
GetValue
(ActivityStateProperty);
62
return (bool)base.
GetValue
(IsScopeCompletedProperty);
EventSinkActivity.cs (7)
70
return base.
GetValue
(EventNameProperty) as string;
89
return base.
GetValue
(InterfaceTypeProperty) as Type;
104
return base.
GetValue
(ParameterBindingsProperty) as WorkflowParameterBindingCollection;
116
return base.
GetValue
(RolesProperty) as WorkflowRoleCollection;
134
return base.
GetValue
(CorrelationTokenProperty) as CorrelationToken;
161
return (bool)base.
GetValue
(ActivitySubscribedProperty);
407
IComparable queueName = (IComparable)this.
GetValue
(QueueNameProperty);
InvokeMethodActivity.cs (4)
67
return base.
GetValue
(InterfaceTypeProperty) as Type;
86
return base.
GetValue
(MethodNameProperty) as string;
101
return base.
GetValue
(ParameterBindingsProperty) as WorkflowParameterBindingCollection;
115
return base.
GetValue
(CorrelationTokenProperty) as CorrelationToken;
InvokeSchedule.cs (3)
72
return base.
GetValue
(TargetWorkflowProperty) as Type;
86
return (Guid)base.
GetValue
(InstanceIdProperty);
102
return base.
GetValue
(ParameterBindingsProperty) as WorkflowParameterBindingCollection;
InvokeWebService.cs (7)
91
return (System.Net.CookieContainer)base.
GetValue
(SessionCookieContainerProperty);
172
sessionCookieContainers = (Dictionary<String, System.Net.CookieContainer>)rootActivity.
GetValue
(SessionCookieMapProperty);
223
return base.
GetValue
(ProxyClassProperty) as Type;
240
return base.
GetValue
(MethodNameProperty) as string;
289
return base.
GetValue
(SessionIdProperty) as string;
303
return base.
GetValue
(ParameterBindingsProperty) as WorkflowParameterBindingCollection;
477
paramValue = invokeWebService.ParameterBindings[paramName].
GetValue
(WorkflowParameterBinding.ValueProperty);
Listen.cs (2)
198
return (bool)base.
GetValue
(IsListenTrigerredProperty);
209
return (List<ListenEventActivitySubscriber>)base.
GetValue
(ActivityStateProperty);
LocalService\CorrelationService.cs (1)
171
CorrelationToken reference = activity.
GetValue
(dependencyProperty) as CorrelationToken;
Parallel.cs (1)
183
return (bool)base.
GetValue
(IsExecutingProperty);
Policy.cs (2)
70
RuleDefinitions ruleDefinitions = (RuleDefinitions)declaringActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty);
88
return (RuleSetReference)base.
GetValue
(RuleSetReferenceProperty);
Rules\ConditionChanges.cs (6)
89
RuleDefinitions rules = rootActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
160
RuleDefinitions rules = rootActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
252
RuleDefinitions rules = rootActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
319
RuleDefinitions rules = rootActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
386
RuleDefinitions rules = rootActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
470
RuleDefinitions rules = rootActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
Rules\DeclarativeExpressionConditionDeclaration.cs (1)
254
defs = (RuleDefinitions)activity.GetActivityByName(declaringActivityId).
GetValue
(RuleDefinitions.RuleDefinitionsProperty);
Rules\Helpers.cs (4)
42
className = rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
107
RuleDefinitions rules = (RuleDefinitions)activity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty);
146
RuleDefinitions rules = (RuleDefinitions)activity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty);
178
RuleDefinitions rules = declaringActivity.
GetValue
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
Sequence.cs (4)
127
(bool)this.
GetValue
(SequenceFaultingProperty))
191
String activeChildQualifiedName = this.
GetValue
(ActiveChildQualifiedNameProperty) as String;
200
String activeChildQualifiedName = this.
GetValue
(ActiveChildQualifiedNameProperty) as String;
206
(bool)this.
GetValue
(SequenceFaultingProperty))
SetState.cs (1)
55
return base.
GetValue
(TargetStateNameProperty) as string;
StateMachineExecutionState.cs (1)
261
StateMachineExecutionState executionState = (StateMachineExecutionState)state.
GetValue
(StateActivity.StateMachineExecutionStateProperty);
StateMachineHelpers.cs (2)
125
return (string)rootState.
GetValue
(StateMachineWorkflowActivity.InitialStateNameProperty);
132
return (string)rootState.
GetValue
(StateMachineWorkflowActivity.CompletedStateNameProperty);
StateMachineWorkflow.cs (3)
70
return (string)base.
GetValue
(InitialStateNameProperty);
85
return (string)base.
GetValue
(CompletedStateNameProperty);
125
return (StateMachineExecutionState)base.
GetValue
(StateMachineExecutionStateProperty);
Task.cs (4)
85
return (ExecutionType)base.
GetValue
(ReplicatorActivity.ExecutionTypeProperty);
108
return base.
GetValue
(InitialChildDataProperty) as IList;
139
return base.
GetValue
(UntilConditionProperty) as ActivityCondition;
441
return (ReplicatorStateInfo)base.
GetValue
(ActivityStateProperty);
WebServiceFault.cs (2)
61
return base.
GetValue
(InputActivityNameProperty) as string;
79
return base.
GetValue
(FaultProperty) as Exception;
WebServiceReceive.cs (8)
75
return base.
GetValue
(InterfaceTypeProperty) as Type;
94
return (string)base.
GetValue
(MethodNameProperty);
109
return base.
GetValue
(ParameterBindingsProperty) as WorkflowParameterBindingCollection;
121
return base.
GetValue
(RolesProperty) as WorkflowRoleCollection;
137
return (bool)base.
GetValue
(IsActivatingProperty);
165
return (bool)base.
GetValue
(ActivitySubscribedProperty);
408
return (IComparable)this.
GetValue
(QueueNameProperty);
582
paramValue = webServiceReceive.ParameterBindings[paramName].
GetValue
(WorkflowParameterBinding.ValueProperty);
WebServiceResponse.cs (3)
65
return base.
GetValue
(InputActivityNameProperty) as string;
80
return base.
GetValue
(ParameterBindingsProperty) as WorkflowParameterBindingCollection;
417
paramValue = webServiceResponse.ParameterBindings[paramName].
GetValue
(WorkflowParameterBinding.ValueProperty);
While.cs (1)
55
return base.
GetValue
(ConditionProperty) as ActivityCondition;
System.Workflow.ComponentModel (159)
AuthoringOM\Activity.cs (35)
491
return (string)
GetValue
(NameProperty);
507
return (bool)
GetValue
(EnabledProperty);
523
string cachedQualifiedName = (string)
GetValue
(QualifiedNameProperty);
532
sbQId = (string)
GetValue
(NameProperty);
546
return (string)
GetValue
(DescriptionProperty);
620
return (int)this.
GetValue
(LockCountOnStatusChangeProperty);
630
return (bool)this.
GetValue
(HasPrimaryClosedProperty);
813
return (ActivityExecutionStatus)this.
GetValue
(ExecutionStatusProperty);
823
return (ActivityExecutionResult)this.
GetValue
(ExecutionResultProperty);
847
return (bool)this.
GetValue
(WasExecutingProperty);
984
string cachedDottedPath = (string)
GetValue
(DottedPathProperty);
1044
long max = (long)this.
GetValue
(SerializedStreamLengthProperty);
1143
ActivityExecutionContextInfo contextInfo = (ActivityExecutionContextInfo)deserializedActivityRoot.
GetValue
(Activity.ActivityExecutionContextInfoProperty);
1155
IList<Activity> deserializedNestedActivityRoots = (IList<Activity>)deserializedActivityRoot.
GetValue
(Activity.ActiveExecutionContextsProperty);
1165
IList<Activity> nestedActivities = (IList<Activity>)deserializedActivityRoot.
GetValue
(Activity.NestedActivitiesProperty);
1200
IList<Activity> activeActivityRoots = (IList<Activity>)activityRoot.
GetValue
(Activity.ActiveExecutionContextsProperty);
1308
return this.
GetValue
(Activity.ActivityExecutionContextInfoProperty) != null;
1315
return ((ActivityExecutionContextInfo)this.ContextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextId;
1322
return ((ActivityExecutionContextInfo)this.ContextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
1330
while (contextActivity != null && contextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty) == null)
1340
ActivityExecutionContextInfo executionContextInfo = (ActivityExecutionContextInfo)contextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty);
1376
this.UserData[UserDataKeys.CustomActivity] = this.
GetValue
(CustomActivityProperty);
1379
ICollection<String> handles = (ICollection<String>)
GetValue
(SynchronizationHandlesProperty);
1596
Exception exception = (Exception)this.
GetValue
(ActivityExecutionContext.CurrentExceptionProperty);
1652
object cachedGrantedLocks = parent.
GetValue
(ActivityExecutionContext.CachedGrantedLocksProperty);
1683
Exception exception = (Exception)this.
GetValue
(ActivityExecutionContext.CurrentExceptionProperty);
1709
IList<ActivityExecutionContextInfo> childsCompletedContexts = contextActivity.
GetValue
(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>;
1731
IList<ActivityExecutionContextInfo> childsCompletedContexts = activity.
GetValue
(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>;
1770
IList<ActivityExecutionContextInfo> childsCompletedContexts = this.
GetValue
(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>;
1836
int completedOrderId = (int)this.RootActivity.
GetValue
(Activity.CompletedOrderIdProperty);
1842
int completedOrderId = (int)this.RootActivity.
GetValue
(Activity.CompletedOrderIdProperty);
1969
IList<Activity> activeContextActivities = (IList<Activity>)contextActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
2111
return (bool)
GetValue
(CanModifyActivitiesProperty);
2410
string className = rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
2457
if ((bool)compositeActivity.
GetValue
(CustomActivityProperty) == true)
AuthoringOM\ActivityExecutionContext.cs (7)
422
Dictionary<string, GrantedLock> grantedLocks = (Dictionary<string, GrantedLock>)parent.
GetValue
(GrantedLocksProperty);
450
ICollection<string> synchronizationHandlesOnParent = (ICollection<string>)parent.
GetValue
(Activity.SynchronizationHandlesProperty);
481
Dictionary<string, GrantedLock> grantedLocks = (Dictionary<string, GrantedLock>)parent.
GetValue
(GrantedLocksProperty);
532
ICollection<string> synchronizationHandlesOnParent = (ICollection<string>)parent.
GetValue
(Activity.SynchronizationHandlesProperty);
544
ActivityExecutorDelegateInfo<EventArgs> waitingActivityCallback = (ActivityExecutorDelegateInfo<EventArgs>)waitingActivity.
GetValue
(LockAcquiredCallbackProperty);
553
ICollection<string> handleCollection = (ICollection<string>)activity.
GetValue
(Activity.SynchronizationHandlesProperty);
567
ICollection<string> handlesOnChild = (ICollection<string>)e.CurrentActivity.
GetValue
(Activity.SynchronizationHandlesProperty);
AuthoringOM\ActivityExecutionContextCollection.cs (11)
32
IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
103
IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
170
ActivityExecutionContextInfo childContextInfo = childContext.Activity.ContextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty) as ActivityExecutionContextInfo;
171
IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
180
List<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.CompletedExecutionContextsProperty) as List<ActivityExecutionContextInfo>;
229
ActivityExecutionContextInfo contextInfo = activity.
GetValue
(Activity.ActivityExecutionContextInfoProperty) as ActivityExecutionContextInfo;
256
List<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.CompletedExecutionContextsProperty) as List<ActivityExecutionContextInfo>;
274
IList<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>;
315
List<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.CompletedExecutionContextsProperty) as List<ActivityExecutionContextInfo>;
327
IList<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>;
336
IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
228
IList<Activity> nestedContextActivities = (IList<Activity>)contextActivity2.
GetValue
(Activity.ActiveExecutionContextsProperty);
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (1)
45
return (WorkflowTransactionOptions)this.
GetValue
(TransactionOptionsProperty);
AuthoringOM\Behaviors\Compensate.cs (1)
42
return base.
GetValue
(TargetActivityNameProperty) as string;
AuthoringOM\Behaviors\ExceptionHandler.cs (2)
48
return (Type)base.
GetValue
(FaultTypeProperty);
63
return base.
GetValue
(FaultProperty) as Exception;
AuthoringOM\Behaviors\ExceptionHandlers.cs (2)
52
Debug.Assert(this.Parent.
GetValue
(ActivityExecutionContext.CurrentExceptionProperty) != null, "No Exception contained by parent");
54
Exception excep = this.Parent.
GetValue
(ActivityExecutionContext.CurrentExceptionProperty) as Exception;
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
45
return this.
GetValue
(SynchronizationHandlesProperty) as ICollection<String>;
AuthoringOM\Behaviors\TransactionScope.cs (1)
47
return (WorkflowTransactionOptions)this.
GetValue
(TransactionOptionsProperty);
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (2)
37
return (TimeSpan)base.
GetValue
(TimeoutDurationProperty);
52
return (IsolationLevel)base.
GetValue
(IsolationLevelProperty);
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
17
string typeName = refActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (3)
93
propValue = dependencyObject.
GetValue
(dependencyProperty);
111
propValue = dependencyObject.
GetValue
(dependencyProperty);
186
string typeName = rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Compiler\Validation\SynchronizationValidator.cs (1)
17
ICollection<string> synchronizationHandles = activity.
GetValue
(Activity.SynchronizationHandlesProperty) as ICollection<string>;
AuthoringOM\Compiler\XomlCompiler.cs (1)
1086
bool createNewClass = (!string.IsNullOrEmpty(rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string));
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
597
fileName = activity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty) as string;
651
CodeTypeMemberCollection codeCollection = currentActivity.
GetValue
(WorkflowMarkupSerializer.XCodeProperty) as CodeTypeMemberCollection;
AuthoringOM\DependencyObject.cs (4)
72
return (bool)
GetValue
(ReadonlyProperty);
87
return (IDictionary)
GetValue
(UserDataProperty);
104
return (DependencyObject)this.
GetValue
(ParentDependencyObjectProperty);
684
return (ISite)
GetValue
(SiteProperty);
AuthoringOM\Design\ComponentSerializationService.cs (1)
660
value = activity.
GetValue
(dependencyProperty);
AuthoringOM\Design\PropertyDescriptors.cs (1)
125
memberCreationService.UpdateTypeName(((Activity)host.RootComponent).
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string, newClassName);
AuthoringOM\Design\XomlDesignerLoader.cs (1)
173
string fullClassName = activity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as String;
AuthoringOM\Fault.cs (2)
91
return base.
GetValue
(FaultProperty) as Exception;
109
return base.
GetValue
(FaultTypeProperty) as Type;
AuthoringOM\Filters\CompensationHandlingFilter.cs (5)
36
if (context.Activity.HasPrimaryClosed && !(bool)context.Activity.
GetValue
(CompensateProcessedProperty))
161
int? lastCompletedOrderId = targetActivity.
GetValue
(CompensationHandlingFilter.LastCompensatedOrderIdProperty) as Nullable<int>;
311
sortedListOfCompensatableTargets.Add((int)completedChild.
GetValue
(Activity.CompletedOrderIdProperty), new CompensationInfo(completedChild));
346
int completedOrderId = (int)childActivity.
GetValue
(Activity.CompletedOrderIdProperty);
402
sortedListOfCompensatableTargets.Add((int)completedChild.
GetValue
(Activity.CompletedOrderIdProperty), completedChild);
AuthoringOM\Filters\FaultHandlingFilter.cs (4)
56
if ((bool)activity.
GetValue
(FaultAndCancellationHandlingFilter.FaultProcessedProperty))
76
!(bool)context.Activity.
GetValue
(FaultAndCancellationHandlingFilter.FaultProcessedProperty))
82
context.Activity.
GetValue
(ActivityExecutionContext.CurrentExceptionProperty) != null)
131
if (context.Activity.
GetValue
(ActivityExecutionContext.CurrentExceptionProperty) != null)
AuthoringOM\Filters\TransactionFilter.cs (2)
63
Exception exception = (Exception)context.Activity.
GetValue
(ActivityExecutionContext.CurrentExceptionProperty);
161
return activity.
GetValue
(activity is TransactionScopeActivity ? TransactionScopeActivity.TransactionOptionsProperty : CompensatableTransactionScopeActivity.TransactionOptionsProperty) as WorkflowTransactionOptions;
AuthoringOM\ParameterBinding.cs (2)
36
return
GetValue
(ValueProperty);
48
return (string)
GetValue
(ParameterNameProperty);
AuthoringOM\ScheduleChanges.cs (14)
53
this.originalRootActivity = (Activity)((Activity)rootActivity).
GetValue
(Activity.WorkflowDefinitionProperty);
75
return (dependencyObject as DependencyObject).
GetValue
(ConditionProperty);
120
object originalConditions = ((Activity)this.originalRootActivity).
GetValue
(ConditionTypeConverter.DeclarativeConditionDynamicProp);
121
object changedConditions = ((Activity)this.clonedRootActivity).
GetValue
(ConditionTypeConverter.DeclarativeConditionDynamicProp);
134
ArrayList workflowChanges = (ArrayList)((Activity)this.clonedRootActivity).
GetValue
(WorkflowChanges.WorkflowChangeActionsProperty);
166
if (!CompareWorkflowDefinition((Activity)this.originalRootActivity, (Activity)activity.RootActivity.
GetValue
(Activity.WorkflowDefinitionProperty)))
188
IList<Activity> nestedContextActivities = (IList<Activity>)contextActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
343
ActivityCondition dynamicUpdateCondition = ((Activity)workflowCoreRuntime.RootActivity).
GetValue
(WorkflowChanges.ConditionProperty) as ActivityCondition;
450
Guid originalChangeVersion = (Guid)originalWorkflowDefinition.
GetValue
(WorkflowChanges.WorkflowChangeVersionProperty);
451
Guid currentChangeVersion = (Guid)currentWorkflowDefinition.
GetValue
(WorkflowChanges.WorkflowChangeVersionProperty);
519
string xomlText = originalRootActivity.
GetValue
(Activity.WorkflowXamlMarkupProperty) as string;
522
IServiceProvider serviceProvider = originalRootActivity.
GetValue
(Activity.WorkflowRuntimeProperty) as IServiceProvider;
526
rulesText = originalRootActivity.
GetValue
(Activity.WorkflowRulesMarkupProperty) as string;
536
ArrayList workflowChanges = (ArrayList)((Activity)originalRootActivity).
GetValue
(WorkflowChanges.WorkflowChangeActionsProperty);
AuthoringOM\Sequence.cs (3)
106
String activeChildQualifiedName = activity.
GetValue
(ActiveChildQualifiedNameProperty) as String;
114
String activeChildQualifiedName = activity.
GetValue
(ActiveChildQualifiedNameProperty) as String;
115
bool activeChildRemovedInDynamicUpdate = (bool)activity.
GetValue
(ActiveChildRemovedProperty);
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
107
name = a.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Serializer\ActivityCodeDomSerializer.cs (4)
49
if (rootActivity != null && rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty) != null &&
50
(int)activity.
GetValue
(ActivityMarkupSerializer.StartLineProperty) != -1)
55
statement.LinePragma = new CodeLinePragma((string)rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)activity.
GetValue
(ActivityMarkupSerializer.StartLineProperty), 1));
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (3)
87
string className = activity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
170
int lineStartIndex = (int)activity.
GetValue
(ActivityMarkupSerializer.EndColumnProperty);
179
CodeTypeMemberCollection codeSegments = activity.
GetValue
(WorkflowMarkupSerializer.XCodeProperty) as CodeTypeMemberCollection;
AuthoringOM\Serializer\ActivitySurrogate.cs (6)
72
string wMarkup = activity.
GetValue
(Activity.WorkflowXamlMarkupProperty) as string;
78
string rMarkup = activity.
GetValue
(Activity.WorkflowRulesMarkupProperty) as string;
85
Activity workflowDefinition = (Activity)activity.
GetValue
(Activity.WorkflowDefinitionProperty);
88
ArrayList changeActions = (ArrayList)workflowDefinition.
GetValue
(WorkflowChanges.WorkflowChangeActionsProperty);
91
Guid changeVersion = (Guid)workflowDefinition.
GetValue
(WorkflowChanges.WorkflowChangeVersionProperty);
139
activeContextActivities = (IList<Activity>)activity.Parent.ContextActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
AuthoringOM\Serializer\ActivityTypeCodeDomSerializer.cs (4)
122
(int)activity.
GetValue
(ActivityMarkupSerializer.StartLineProperty) != -1 &&
123
rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty) != null)
126
field.LinePragma = new CodeLinePragma((string)rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)activity.
GetValue
(ActivityMarkupSerializer.StartLineProperty), 1));
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
85
value = dependencyObject.
GetValue
(dependencyProperty);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (6)
92
List<String> clrMappings = rootActivity.
GetValue
(WorkflowMarkupSerializer.ClrNamespacesProperty) as List<String>;
105
if ((string.IsNullOrEmpty(rootActivity.Name) || rootActivity.Name == rootActivity.GetType().Name) && !string.IsNullOrEmpty(rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string))
107
string name = rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
1506
propValue = dependencyObject.
GetValue
(dependencyProperty);
1529
dependencyProperties.Add(dependencyProperty, dependencyObject.
GetValue
(dependencyProperty));
1820
propValue = ((DependencyObject)obj).
GetValue
(dependencyProperty);
AuthoringOM\Suspend.cs (1)
71
return base.
GetValue
(ErrorProperty) as string;
AuthoringOM\Terminate.cs (1)
66
return (string)base.
GetValue
(ErrorProperty);
Shared\BasePropertyDescriptor.cs (1)
553
return parameters[propertyName].
GetValue
(WorkflowParameterBinding.ValueProperty);
Shared\CompModHelpers.cs (3)
426
className = activity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as String;
1245
Guid contextGuid = (Guid)contextActivity.
GetValue
(Activity.ActivityContextGuidProperty);
1249
contextGuid = (Guid)contextActivity.
GetValue
(Activity.ActivityContextGuidProperty);
Shared\Walker.cs (1)
211
propValue = currentActivity.
GetValue
(dependencyProperty);
Shared\XomlSerializationHelpers.cs (16)
181
CodeTypeMemberCollection codeSegments = activity.
GetValue
(WorkflowMarkupSerializer.XCodeProperty) as CodeTypeMemberCollection;
216
string activityFullClassName = rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string;
327
CodeTypeMemberCollection codeSegments = childActivity.
GetValue
(WorkflowMarkupSerializer.XCodeProperty) as CodeTypeMemberCollection;
337
activityTypeDeclaration.LinePragma = new CodeLinePragma((string)rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)rootActivity.
GetValue
(ActivityMarkupSerializer.StartLineProperty), 1));
355
constructor.LinePragma = new CodeLinePragma((string)rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)rootActivity.
GetValue
(ActivityMarkupSerializer.StartLineProperty), 1));
358
method.LinePragma = new CodeLinePragma((string)rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)rootActivity.
GetValue
(ActivityMarkupSerializer.StartLineProperty), 1));
362
List<String> clrNamespaces = rootActivity.
GetValue
(WorkflowMarkupSerializer.ClrNamespacesProperty) as List<String>;
373
codeNamespaceImport.LinePragma = new CodeLinePragma((string)rootActivity.
GetValue
(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)rootActivity.
GetValue
(ActivityMarkupSerializer.StartLineProperty), 1));
443
if (dependencyObject.
GetValue
(WorkflowMarkupSerializer.EventsProperty) != null)
445
Hashtable dynamicEvents = dependencyObject.
GetValue
(WorkflowMarkupSerializer.EventsProperty) as Hashtable;
459
if (dependencyObject.
GetValue
(WorkflowMarkupSerializer.EventsProperty) == null)
462
Hashtable dynamicEvents = dependencyObject.
GetValue
(WorkflowMarkupSerializer.EventsProperty) as Hashtable;
System.Workflow.Runtime (81)
AmbientEnvironment.cs (3)
122
return (IWorkBatch)currentActivity.
GetValue
(WorkflowExecutor.TransientBatchProperty);
134
return ((Guid)ContextActivityUtils.RootContextActivity(currentActivity).
GetValue
(WorkflowExecutor.WorkflowInstanceIdProperty));
153
TransactionalProperties transactionalProperties = (TransactionalProperties)currentActivity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
ContextActivityUtils.cs (4)
28
return ((ActivityExecutionContextInfo)ContextActivity(activity).
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextId;
34
while (contextActivity != null && contextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty) == null)
41
ActivityExecutionContextInfo executionContextInfo = (ActivityExecutionContextInfo)contextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty);
55
workflowExecutor = (IWorkflowCoreRuntime)rootActivity.
GetValue
(WorkflowExecutor.WorkflowExecutorProperty);
CorrelationToken.cs (10)
48
return (string)
GetValue
(NameProperty);
61
return (string)
GetValue
(OwnerActivityNameProperty);
76
return
GetValue
(PropertiesProperty) as ICollection<CorrelationProperty>;
86
return (bool)
GetValue
(InitializedProperty);
119
IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscribers =
GetValue
(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>;
137
IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscribers =
GetValue
(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>;
162
IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscriptions =
GetValue
(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>;
183
IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscriptions =
GetValue
(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>;
254
CorrelationTokenCollection collection = activity.
GetValue
(CorrelationTokenCollectionProperty) as CorrelationTokenCollection;
293
CorrelationTokenCollection collection = owner.
GetValue
(CorrelationTokenCollectionProperty) as CorrelationTokenCollection;
DebugEngine\DebugController.cs (4)
561
Activity workflowDefinition = (Activity)rootActivity.
GetValue
(Activity.WorkflowDefinitionProperty);
564
changeActions = (ArrayList)workflowDefinition.
GetValue
(WorkflowChanges.WorkflowChangeActionsProperty);
1051
else if (string.IsNullOrEmpty(rootActivity.
GetValue
(Activity.WorkflowXamlMarkupProperty) as string))
1054
return GetScheduleTypeId(rootActivity.
GetValue
(WorkflowDefinitionDispenser.WorkflowDefinitionHashCodeProperty) as byte[]);
Hosting\SqlWorkflowPersistenceService.cs (3)
986
Guid contextGuid = (Guid)rootActivity.
GetValue
(Activity.ActivityContextGuidProperty);
1000
TimerEventSubscriptionCollection timers = (TimerEventSubscriptionCollection)rootActivity.
GetValue
(TimerEventSubscriptionCollection.TimerCollectionProperty);
1058
item.StateId = ((ActivityExecutionContextInfo)completedScopeActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
Hosting\WorkflowPersistenceService.cs (4)
64
ActivityExecutionContextInfo executionContextInfo = (ActivityExecutionContextInfo)activity.
GetValue
(Activity.ActivityExecutionContextInfoProperty);
99
return (bool)rootActivity.
GetValue
(WorkflowExecutor.IsBlockedProperty);
103
return (string)rootActivity.
GetValue
(WorkflowExecutor.SuspendOrTerminateInfoProperty);
107
return (WorkflowStatus)rootActivity.
GetValue
(WorkflowExecutor.WorkflowStatusProperty);
Scheduler.cs (3)
48
this.highPriorityEntriesQueue = (Queue<SchedulableItem>)rootExec.RootActivity.
GetValue
(Scheduler.HighPriorityEntriesQueueProperty);
49
this.normalPriorityEntriesQueue = (Queue<SchedulableItem>)rootExec.RootActivity.
GetValue
(Scheduler.NormalPriorityEntriesQueueProperty);
158
transactionalProperties = (TransactionalProperties)atomicActivity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
System\Activities\Statements\InteropExecutor.cs (12)
158
this.timerQueue = (TimerEventSubscriptionCollection)this.rootActivity.
GetValue
(TimerEventSubscriptionCollection.TimerCollectionProperty);
239
TransactionalProperties transactionalProperties = (TransactionalProperties)this.currentAtomicActivity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
257
TransactionalProperties transactionalProperties = (TransactionalProperties)this.currentAtomicActivity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
427
IList<Activity> nestedDynamicActivities = (IList<Activity>)dynamicActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
651
transactionalProperties = (TransactionalProperties)activity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
712
return ((ActivityExecutionContextInfo)ContextActivity(activity).
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextId;
719
while (contextActivity != null && contextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty) == null)
777
TransactionalProperties transactionalProperties = (TransactionalProperties)atomicActivity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
797
TransactionalProperties transactionalProperties = (TransactionalProperties)atomicActivity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
927
this.schedulerQueue = (Queue<SchedulableItem>)owner.RootActivity.
GetValue
(Scheduler.SchedulerQueueProperty);
934
this.atomicActivityQueue = (Queue<SchedulableItem>)owner.RootActivity.
GetValue
(Scheduler.AtomicActivityQueueProperty);
983
transactionalProperties = (TransactionalProperties)atomicActivity.
GetValue
(WorkflowExecutor.TransactionalPropertiesProperty);
Tracking.cs (5)
111
TrackingListenerBroker listenerBroker = (TrackingListenerBroker)exec.RootActivity.
GetValue
(WorkflowExecutor.TrackingListenerBrokerProperty);
424
return ((ActivityExecutionContextInfo)ContextActivityUtils.ContextActivity(activity).
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
468
TrackingListenerBroker trackingListenerBroker = (TrackingListenerBroker)exec.RootActivity.
GetValue
(WorkflowExecutor.TrackingListenerBrokerProperty);
1234
string xaml = schedule.
GetValue
(Activity.WorkflowXamlMarkupProperty) as string;
1285
string xaml = workflow.
GetValue
(Activity.WorkflowXamlMarkupProperty) as string;
Tracking\SqlTrackingService.cs (2)
1209
string xaml = _parameters.RootActivity.
GetValue
(Activity.WorkflowXamlMarkupProperty) as string;
1244
string xaml = _parameters.RootActivity.
GetValue
(Activity.WorkflowXamlMarkupProperty) as string;
WorkflowDefinitionDispenser.cs (6)
206
if (!string.IsNullOrEmpty(root.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string))
215
if (activity.
GetValue
(WorkflowMarkupSerializer.XCodeProperty) != null)
401
byte[] key = activity.
GetValue
(WorkflowDefinitionHashCodeProperty) as byte[];
415
byte[] key = node.Value.
GetValue
(WorkflowDefinitionHashCodeProperty) as byte[];
597
return dependencyObject.
GetValue
(WorkflowDefinitionLockObjectProperty);
605
if (dependencyObject.
GetValue
(WorkflowDefinitionLockObjectProperty) == null)
WorkflowExecutor.cs (24)
170
TrackingCallingState parentTCS = (TrackingCallingState)invokerExec.rootActivity.
GetValue
(WorkflowExecutor.TrackingCallingStateProperty);
185
trackingCallingState.CallerContextGuid = ((ActivityExecutionContextInfo)ContextActivityUtils.ContextActivity(invokerExec.CurrentActivity).
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
189
trackingCallingState.CallerParentContextGuid = ((ActivityExecutionContextInfo)ContextActivityUtils.ContextActivity(invokerExec.CurrentActivity.Parent).
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
305
this.InstanceId = (Guid)rootActivity.
GetValue
(WorkflowInstanceIdProperty);
347
IList<Activity> nestedDynamicActivities = (IList<Activity>)dynamicActivity.
GetValue
(Activity.ActiveExecutionContextsProperty);
356
this.isInstanceIdle = (bool)this.rootActivity.
GetValue
(IsIdleProperty);
394
return (TrackingCallingState)this.rootActivity.
GetValue
(WorkflowExecutor.TrackingCallingStateProperty);
450
get { return (string)this.rootActivity.
GetValue
(SuspendOrTerminateInfoProperty); }
480
Activity tempDefinition = (Activity)this.rootActivity.
GetValue
(Activity.WorkflowDefinitionProperty);
618
int conextId = (int)this.rootActivity.
GetValue
(WorkflowExecutor.ContextIdProperty) + 1;
851
if ((bool)this.rootActivity.
GetValue
(WorkflowExecutor.IsSuspensionRequestedProperty))
861
TransactionalProperties transactionalProperties = (TransactionalProperties)this.currentAtomicActivity.
GetValue
(TransactionalPropertiesProperty);
925
get { return (WorkflowStatus)this.rootActivity.
GetValue
(WorkflowStatusProperty); }
935
_timerQueue = (TimerEventSubscriptionCollection)this.rootActivity.
GetValue
(TimerEventSubscriptionCollection.TimerCollectionProperty);
1307
IWorkBatch batch = (IWorkBatch)this.rootActivity.
GetValue
(WorkflowExecutor.TransientBatchProperty);
2130
TransactionalProperties transactionalProperties = (TransactionalProperties)atomicActivity.
GetValue
(TransactionalPropertiesProperty);
2186
transactionalProperties = (TransactionalProperties)activityContext.
GetValue
(TransactionalPropertiesProperty);
2307
TransactionalProperties transactionalProperties = (TransactionalProperties)activityContext.
GetValue
(TransactionalPropertiesProperty);
2506
TransactionalProperties transactionalProperties = (TransactionalProperties)atomicActivity.
GetValue
(TransactionalPropertiesProperty);
2526
TransactionalProperties transactionalProperties = (TransactionalProperties)atomicActivity.
GetValue
(TransactionalPropertiesProperty);
2575
Guid contextGuid = ((ActivityExecutionContextInfo)ContextActivityUtils.ContextActivity(currentActivity).
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
2578
parentContextGuid = ((ActivityExecutionContextInfo)ContextActivityUtils.ContextActivity(currentActivity.Parent).
GetValue
(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
2775
return ((Activity)this.WorkflowDefinition).
GetValue
(WorkflowChanges.WorkflowChangeActionsProperty) != null;
3065
this.completedContextActivities.Add((ActivityExecutionContextInfo)contextActivity.
GetValue
(Activity.ActivityExecutionContextInfoProperty), contextActivity);
WorkflowStateRollbackService.cs (1)
93
clonedRootActivity.SetValue(WorkflowExecutor.TrackingListenerBrokerProperty, workflowExecutor.RootActivity.
GetValue
(WorkflowExecutor.TrackingListenerBrokerProperty));
System.WorkflowServices (61)
System\Workflow\Activities\ChannelToken.cs (4)
66
return (string)
GetValue
(EndpointNameProperty);
82
return (string)
GetValue
(NameProperty);
97
return (string)
GetValue
(OwnerActivityNameProperty);
218
owner.
GetValue
(LogicalChannelCollection.LogicalChannelCollectionProperty) as LogicalChannelCollection;
System\Workflow\Activities\ContextToken.cs (6)
69
return (string)
GetValue
(NameProperty);
84
return (string)
GetValue
(OwnerActivityNameProperty);
194
owner.
GetValue
(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection;
233
owner.
GetValue
(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection;
348
owner.
GetValue
(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection;
383
owner.
GetValue
(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection;
System\Workflow\Activities\DynamicContractTypeBuilder.cs (3)
48
rootActivity.
GetValue
(DynamicContractTypeBuilder.DynamicContractTypesProperty) as Dictionary<string, ContractType>;
52
Activity definition = rootActivity.
GetValue
(Activity.WorkflowDefinitionProperty) as Activity;
55
contractTypes = definition.
GetValue
(DynamicContractTypeBuilder.DynamicContractTypesProperty) as Dictionary<string, ContractType>;
System\Workflow\Activities\OperationInfo.cs (4)
59
return (string) this.
GetValue
(OperationInfo.ContractNameProperty);
81
return (bool) this.
GetValue
(OperationInfo.IsOneWayProperty);
94
return (OperationParameterInfoCollection) this.
GetValue
(OperationInfo.ParametersProperty);
103
return (ProtectionLevel?) this.
GetValue
(OperationInfo.ProtectionLevelProperty);
System\Workflow\Activities\OperationInfoBase.cs (3)
53
get { return (string) this.
GetValue
(OperationInfoBase.NameProperty); }
60
get { return (string) this.
GetValue
(OperationInfoBase.PrincipalPermissionNameProperty); }
67
get { return (string) this.
GetValue
(OperationInfoBase.PrincipalPermissionRoleProperty); }
System\Workflow\Activities\OperationParameterInfo.cs (4)
74
return (ParameterAttributes)
GetValue
(AttributesProperty);
128
return (string)
GetValue
(NameProperty);
140
return (Type)
GetValue
(ParameterTypeProperty);
152
return (int)
GetValue
(PositionProperty);
System\Workflow\Activities\ReceiveActivity.cs (16)
155
return ((bool)(base.
GetValue
(ReceiveActivity.CanCreateInstanceProperty)));
187
return base.
GetValue
(ContextTokenProperty) as ContextToken;
204
return ((FaultException)base.
GetValue
(ReceiveActivity.FaultMessageProperty));
220
return ((WorkflowParameterBindingCollection)(base.
GetValue
(ReceiveActivity.ParameterBindingsProperty)));
233
return ((OperationInfoBase)(base.
GetValue
(ReceiveActivity.ServiceOperationInfoProperty)));
237
OperationInfoBase currentValue = ((OperationInfoBase)(base.
GetValue
(ReceiveActivity.ServiceOperationInfoProperty)));
243
Activity currentParent = value.
GetValue
(ParentDependencyObjectProperty) as Activity;
278
return ((WorkflowRequestContext)(base.
GetValue
(ReceiveActivity.RequestContextProperty)));
288
get { return this.
GetValue
(ReceiveActivity.QueueNameProperty) as string; }
317
return (QueueInitializationMode)base.
GetValue
(ReceiveActivity.QueueInitializationModeProperty);
399
return (dependencyObject as DependencyObject).
GetValue
(ReceiveActivity.WorkflowServiceAttributesProperty);
1080
Activity definitionRoot = base.RootActivity.
GetValue
(Activity.WorkflowDefinitionProperty) as Activity;
1225
string fullClassName = (String)rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty);
1318
this.
GetValue
(ReceiveActivity.QueueNameProperty) as string;
1326
+ this.
GetValue
(ReceiveActivity.QueueNameProperty) as string;
1336
this.
GetValue
(ReceiveActivity.QueueNameProperty) as string);
System\Workflow\Activities\SendActivity.cs (7)
135
return (ChannelToken) this.
GetValue
(SendActivity.ChannelTokenProperty);
177
return (string)
GetValue
(CustomAddressProperty);
192
return ((WorkflowParameterBindingCollection)(base.
GetValue
(SendActivity.ParameterBindingsProperty)));
204
return ((TypedOperationInfo)(base.
GetValue
(SendActivity.ServiceOperationInfoProperty)));
208
OperationInfoBase currentValue = ((OperationInfoBase)(base.
GetValue
(SendActivity.ServiceOperationInfoProperty)));
214
Activity currentParent = value.
GetValue
(ParentDependencyObjectProperty) as Activity;
502
Activity definitionRoot = base.RootActivity.
GetValue
(Activity.WorkflowDefinitionProperty) as Activity;
System\Workflow\Activities\TypedOperationInfo.cs (1)
50
get { return (Type) this.
GetValue
(TypedOperationInfo.ContractTypeProperty); }
System\Workflow\Activities\ValidationHelper.cs (1)
912
parameterValue = parameterBindings[parameterName].
GetValue
(
System\Workflow\Activities\WorkflowServiceAttributes.cs (9)
75
get { return (AddressFilterMode) this.
GetValue
(WorkflowServiceAttributes.AddressFilterModeProperty); }
82
get { return (string) this.
GetValue
(WorkflowServiceAttributes.ConfigurationNameProperty); }
89
get { return (bool) this.
GetValue
(WorkflowServiceAttributes.IgnoreExtensionDataObjectProperty); }
96
get { return (bool) this.
GetValue
(WorkflowServiceAttributes.IncludeExceptionDetailInFaultsProperty); }
103
get { return (int) this.
GetValue
(WorkflowServiceAttributes.MaxItemsInObjectGraphProperty); }
110
get { return (string) this.
GetValue
(WorkflowServiceAttributes.NameProperty); }
117
get { return (string) this.
GetValue
(WorkflowServiceAttributes.NamespaceProperty); }
124
get { return (bool) this.
GetValue
(WorkflowServiceAttributes.UseSynchronizationContextProperty); }
131
get { return (bool) this.
GetValue
(WorkflowServiceAttributes.ValidateMustUnderstandProperty); }
System\Workflow\Activities\WorkflowServiceAttributesPropertyProviderExtender.cs (1)
27
return activity.
GetValue
(ReceiveActivity.WorkflowServiceAttributesProperty) as WorkflowServiceAttributes;
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (2)
219
if (!string.IsNullOrEmpty(this.rootActivity.
GetValue
(WorkflowMarkupSerializer.XClassProperty) as string))
231
if (activity.
GetValue
(WorkflowMarkupSerializer.XCodeProperty) != null)