2 instantiations of ListCollectionView
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (1)
58_view = new ListCollectionView(_snapshot);
MS\Internal\Data\ViewManager.cs (1)
568icv = new ListCollectionView(il);
9 references to ListCollectionView
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\Formatting\StyleViewModel.cs (2)
2192var collectionView = (ListCollectionView)CollectionViewSource.GetDefaultView(CodeStyleItems);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\StyleViewModel.vb (1)
795Dim collectionView = DirectCast(CollectionViewSource.GetDefaultView(CodeStyleItems), ListCollectionView)
PresentationFramework (6)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
87ListCollectionView.PrepareComparer(
MS\Internal\Data\EnumerableCollectionView.cs (1)
658ListCollectionView _view;
System\Windows\Data\ListCollectionView.cs (1)
2897ActiveComparer = PrepareComparer(_customSort, _sort, static state => (ListCollectionView)state, this);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
471case 375: t = () => typeof(ListCollectionView); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6465typeof(System.Windows.Data.ListCollectionView),
System\Windows\Markup\KnownTypes.cs (1)
5929case KnownElements.ListCollectionView: t = typeof(System.Windows.Data.ListCollectionView); break;