2 writes to _collection
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (2)
1178_collection = new ModelPropertyValueCollection(_parent.ModelPropertyValue); 1335_collection = null;
3 references to _collection
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
1169return _collection != null; 1176if (_collection == null) 1181return _collection;