1 write to nameProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
230
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\ModelItemImpl.cs (2)
223
if (this.
nameProperty
== null)
233
return
nameProperty
;