1 implementation of ICollectionViewFactory
PresentationFramework (1)
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
42public class CompositeCollection : IList, INotifyCollectionChanged, ICollectionViewFactory, IWeakEventListener
3 references to ICollectionViewFactory
PresentationFramework (3)
src\Framework\MS\Internal\Data\ViewManager.cs (2)
554ICollectionViewFactory icvf = collection as ICollectionViewFactory;
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
272ICollectionView ICollectionViewFactory.CreateView()