1 write to _collection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyIndexer.cs (1)
367
_collection
= new ModelPropertyValueCollection(_parent.ModelPropertyValue);
3 references to _collection
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyIndexer.cs (3)
358
return
_collection
!= null;
365
if (
_collection
== null)
370
return
_collection
;