3 implementations of IWorkflowChangeDiff
System.Workflow.Activities (3)
Rules\DeclarativeConditionsCollection.cs (1)
20public sealed class RuleConditionCollection : KeyedCollection<string, RuleCondition>, IWorkflowChangeDiff
Rules\RuleDefinitions.cs (1)
15public sealed class RuleDefinitions : IWorkflowChangeDiff
Rules\RuleSetCollection.cs (1)
12public sealed class RuleSetCollection : KeyedCollection<string, RuleSet>, IWorkflowChangeDiff
2 references to IWorkflowChangeDiff
System.Workflow.ComponentModel (2)
AuthoringOM\ScheduleChanges.cs (2)
123this.modelChangeActions.AddRange(((IWorkflowChangeDiff)originalConditions).Diff(originalConditions, changedConditions)); 125this.modelChangeActions.AddRange(((IWorkflowChangeDiff)changedConditions).Diff(originalConditions, changedConditions));