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