1 write to countProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1148
this.
countProperty
= type.GetProperty("Count");
1 reference to countProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1066
return (this.isDictionary ? ((IDictionary)instance).Count : (int)this.
countProperty
.GetValue(this.instance, null));