1 write to changingProperties
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
81this.changingProperties = new HashSet<string>();
7 references to changingProperties
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (7)
88this.changingProperties.Clear(); 101if (!this.changingProperties.Contains(e.PropertyName)) 103this.changingProperties.Add(e.PropertyName); 105this.changingProperties.Remove(e.PropertyName); 469if (!this.changingProperties.Contains(propertyName)) 473this.changingProperties.Add(propertyName); 475this.changingProperties.Remove(propertyName);