1 write to hasEffectiveChanges
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (1)
61this.hasEffectiveChanges = value;
2 references to hasEffectiveChanges
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (2)
47if (this.hasEffectiveChanges.HasValue) 51return this.hasEffectiveChanges.Value;