1 write to nameProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
230this.nameProperty = this.Properties.Find(runtimeNamePropertyAttribute.Name);
2 references to nameProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
223if (this.nameProperty == null) 233return nameProperty;