1 write to _emptyCollection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (1)
28
_emptyCollection
= new List<IList<ModelProperty>>();
2 references to _emptyCollection
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (2)
26
if (
_emptyCollection
== null)
31
return
_emptyCollection
;