46 references to RemoveProperty
System.Workflow.Activities (21)
ConstrainedGroup.cs (1)
207
base.
RemoveProperty
(ConditionedActivityGroup.CAGStateProperty);
Delay.cs (2)
145
base.
RemoveProperty
(DelayActivity.SubscriptionIDProperty);
146
base.
RemoveProperty
(DelayActivity.IsInEventActivityModeProperty);
EventHandlers.cs (3)
52
base.
RemoveProperty
(ActivityStateProperty);
79
base.
RemoveProperty
(EventHandlersActivity.ActivityStateProperty);
80
base.
RemoveProperty
(EventHandlersActivity.IsScopeCompletedProperty);
EventSinkActivity.cs (1)
335
base.
RemoveProperty
(HandleExternalEventActivity.ActivitySubscribedProperty);
InvokeWebService.cs (2)
207
base.
RemoveProperty
(InvokeWebServiceActivity.SessionCookieContainerProperty);
208
base.
RemoveProperty
(InvokeWebServiceActivity.SessionCookieMapProperty);
Listen.cs (3)
119
base.
RemoveProperty
(ListenActivity.IsListenTrigerredProperty);
120
base.
RemoveProperty
(ListenActivity.ActivityStateProperty);
214
base.
RemoveProperty
(ActivityStateProperty);
Parallel.cs (1)
91
base.
RemoveProperty
(ParallelActivity.IsExecutingProperty);
Sequence.cs (7)
85
this.
RemoveProperty
(ActiveChildQualifiedNameProperty);
100
this.
RemoveProperty
(SequenceFaultingProperty);
130
this.
RemoveProperty
(SequenceFaultingProperty);
132
this.
RemoveProperty
(ActiveChildQualifiedNameProperty);
184
this.
RemoveProperty
(ActiveChildQualifiedNameProperty);
209
this.
RemoveProperty
(SequenceFaultingProperty);
211
this.
RemoveProperty
(ActiveChildQualifiedNameProperty);
State.cs (1)
60
base.
RemoveProperty
(StateActivity.StateMachineExecutionStateProperty);
System.Workflow.ComponentModel (22)
AuthoringOM\Activity.cs (12)
953
this.
RemoveProperty
(property);
1091
activityRoot.
RemoveProperty
(Activity.NestedActivitiesProperty);
1175
deserializedActivityRoot.
RemoveProperty
(Activity.NestedActivitiesProperty);
1482
this.
RemoveProperty
(Activity.LockCountOnStatusChangeProperty);
1483
this.
RemoveProperty
(Activity.HasPrimaryClosedProperty);
1484
this.
RemoveProperty
(Activity.WasExecutingProperty);
1610
this.
RemoveProperty
(ActivityExecutionContext.CurrentExceptionProperty);
1621
this.
RemoveProperty
(ActivityExecutionContext.CurrentExceptionProperty);
1630
parent.
RemoveProperty
(ActivityExecutionContext.CachedGrantedLocksProperty);
1640
this.
RemoveProperty
(CompletedOrderIdProperty);
1655
parent.
RemoveProperty
(ActivityExecutionContext.CachedGrantedLocksProperty);
1687
this.
RemoveProperty
(ActivityExecutionContext.CurrentExceptionProperty);
AuthoringOM\ActivityExecutionContext.cs (2)
466
this.Activity.
RemoveProperty
(LockAcquiredCallbackProperty);
523
parent.
RemoveProperty
(GrantedLocksProperty);
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
65
this.Parent.
RemoveProperty
(ActivityExecutionContext.CurrentExceptionProperty);
AuthoringOM\Design\ExtenderHelpers.cs (1)
56
activity.
RemoveProperty
(dependencyProperyies[propertyName]);
AuthoringOM\Design\PropertyDescriptors.cs (1)
381
dependencyObj.
RemoveProperty
(dependencyProperty);
AuthoringOM\Filters\FaultHandlingFilter.cs (1)
160
context.Activity.
RemoveProperty
(FaultAndCancellationHandlingFilter.FaultProcessedProperty);
AuthoringOM\Sequence.cs (4)
58
activity.
RemoveProperty
(ActiveChildQualifiedNameProperty);
74
activity.
RemoveProperty
(ActiveChildQualifiedNameProperty);
123
activity.
RemoveProperty
(ActiveChildQualifiedNameProperty);
127
activity.
RemoveProperty
(ActiveChildRemovedProperty);
System.WorkflowServices (3)
System\Workflow\Activities\ReceiveActivity.cs (1)
265
rootActivity.
RemoveProperty
(DynamicContractTypeBuilder.DynamicContractTypesProperty);
System\Workflow\Activities\SendActivity.cs (1)
236
rootActivity.
RemoveProperty
(DynamicContractTypeBuilder.DynamicContractTypesProperty);
System\Workflow\Activities\TypedOperationInfo.cs (1)
138
this.
RemoveProperty
(OperationInfoBase.MethodInfoProperty);