Implemented interface member:
3 overrides of SourceCollection
PresentationFramework (3)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
362public override IEnumerable SourceCollection
MS\Internal\Data\CollectionViewProxy.cs (1)
81public override IEnumerable SourceCollection
System\Windows\Controls\ItemCollection.cs (1)
532public override IEnumerable SourceCollection
20 references to SourceCollection
PresentationFramework (19)
MS\Internal\Data\CollectionViewProxy.cs (1)
83get { return base.SourceCollection; }
MS\Internal\Data\EnumerableCollectionView.cs (4)
382LoadSnapshot(SourceCollection); 477LoadSnapshot(SourceCollection); 582TraceData.CollectionChangedWithoutNotification(SourceCollection.GetType().FullName)); 586LoadSnapshotCore(SourceCollection);
System\Windows\Data\CollectionView.cs (3)
1433IEnumerable collection = SourceCollection; 1498Type collectionType = SourceCollection.GetType(); 1736IndexedEnumerable newWrapper = new IndexedEnumerable(SourceCollection, new Predicate<object>(this.PassesFilter));
System\Windows\Data\ListCollectionView.cs (11)
48ShadowCollection = new ArrayList((ICollection)SourceCollection); 96BindingOperations.AccessCollection(SourceCollection, 102ShadowCollection = new ArrayList((ICollection)SourceCollection); 1613BindingOperations.AccessCollection(SourceCollection, 1619ShadowCollection = new ArrayList((ICollection)SourceCollection); 2436if (view.SourceCollection != null) 2438IComparer xmlComparer = SystemXmlHelper.PrepareXmlComparer(view.SourceCollection, sort, view.Culture); 2481get { return SourceCollection as IList; } 2547IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2665IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3176IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1085if (SourceCollectionView == CollectionView.SourceCollection)