1 write to nameProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
235this.nameProperty = this.Properties.Find(runtimeNamePropertyAttribute.Name);
2 references to nameProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (2)
229if (this.nameProperty == null) 238return nameProperty;