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