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