2 instantiations of ListCollectionView
PresentationFramework (2)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
61_view = new ListCollectionView(_snapshot);
src\Framework\MS\Internal\Data\ViewManager.cs (1)
571icv = new ListCollectionView(il);
6 references to ListCollectionView
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
90ListCollectionView.PrepareComparer(
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
661ListCollectionView _view;
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
2910ActiveComparer = ListCollectionView.PrepareComparer(_customSort, _sort, () => { return this; });
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
467case 375: t = () => typeof(ListCollectionView); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6461typeof(System.Windows.Data.ListCollectionView),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5919case KnownElements.ListCollectionView: t = typeof(System.Windows.Data.ListCollectionView); break;