1 instantiation of EmptyEnumerable
PresentationFramework (1)
src\Framework\MS\Internal\Controls\EmptyEnumerable.cs (1)
43
_instance = new
EmptyEnumerable
();
3 references to EmptyEnumerable
PresentationFramework (3)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
31
: base(
EmptyEnumerable
.Instance, false)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
79
: base(
EmptyEnumerable
.Instance, false)
94
: base(
EmptyEnumerable
.Instance, false)