1 write to contentProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
82
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\ModelItemCollectionImpl.cs (2)
76
if (this.
contentProperty
== null)
85
return
contentProperty
;