1 write to nameProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
235
this.
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)
229
if (this.
nameProperty
== null)
238
return
nameProperty
;