2 writes to nameProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
390
this.
nameProperty
= this.Properties.Find(runtimeNamePropertyAttribute.Name);
394
this.
nameProperty
= this.Properties.FirstOrDefault<ModelProperty>(p => (0 == string.Compare(p.Name, "Name", StringComparison.OrdinalIgnoreCase)));
2 references to nameProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
384
if (this.
nameProperty
== null)
397
return
nameProperty
;