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