1 implementation of SourceCollection
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
210public virtual IEnumerable SourceCollection
6 references to SourceCollection
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
40: base(view.SourceCollection, false) 1012object collection = _view.SourceCollection;
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (2)
256(xdc = CollectionView.SourceCollection as XmlDataCollection) != null) 271xdc = ((icv != null) ? icv.SourceCollection : null) as XmlDataCollection;
src\Framework\MS\Internal\Helper.cs (1)
513MS.Internal.Data.XmlDataCollection xdc = (icv != null) ? icv.SourceCollection as MS.Internal.Data.XmlDataCollection : null;
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
687object source = view.SourceCollection;