1 write to contentProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
266
this.
contentProperty
= this.Properties.Find(contentAttribute.Name);
2 references to contentProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
260
if (this.
contentProperty
== null)
269
return
contentProperty
;