Implemented interface member:
3 overrides of SourceCollection
PresentationFramework (3)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
364public override IEnumerable SourceCollection
MS\Internal\Data\CollectionViewProxy.cs (1)
84public override IEnumerable SourceCollection
System\Windows\Controls\ItemCollection.cs (1)
545public override IEnumerable SourceCollection
20 references to SourceCollection
PresentationFramework (19)
MS\Internal\Data\CollectionViewProxy.cs (1)
86get { return base.SourceCollection; }
MS\Internal\Data\EnumerableCollectionView.cs (4)
387LoadSnapshot(SourceCollection); 482LoadSnapshot(SourceCollection); 590TraceData.CollectionChangedWithoutNotification(SourceCollection.GetType().FullName)); 594LoadSnapshotCore(SourceCollection);
System\Windows\Data\CollectionView.cs (3)
1450IEnumerable collection = SourceCollection; 1515Type collectionType = SourceCollection.GetType(); 1756IndexedEnumerable newWrapper = new IndexedEnumerable(SourceCollection, new Predicate<object>(this.PassesFilter));
System\Windows\Data\ListCollectionView.cs (11)
55ShadowCollection = new ArrayList((ICollection)SourceCollection); 103BindingOperations.AccessCollection(SourceCollection, 109ShadowCollection = new ArrayList((ICollection)SourceCollection); 1638BindingOperations.AccessCollection(SourceCollection, 1644ShadowCollection = new ArrayList((ICollection)SourceCollection); 2461if (view.SourceCollection != null) 2463IComparer xmlComparer = SystemXmlHelper.PrepareXmlComparer(view.SourceCollection, sort, view.Culture); 2506get { return SourceCollection as IList; } 2572IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2690IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3201IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1086if (SourceCollectionView == CollectionView.SourceCollection)