2 writes to defaultValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (2)
28this.defaultValue = this; 88this.defaultValue = (defaultValueAttribute == null) ? null : defaultValueAttribute.Value;
2 references to defaultValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (2)
85if (Object.ReferenceEquals(this.defaultValue, this)) 90return this.defaultValue;