Implemented interface member:
3 overrides of SourceCollection
PresentationFramework (3)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
363public override IEnumerable SourceCollection
MS\Internal\Data\CollectionViewProxy.cs (1)
82public override IEnumerable SourceCollection
System\Windows\Controls\ItemCollection.cs (1)
533public override IEnumerable SourceCollection
20 references to SourceCollection
PresentationFramework (19)
MS\Internal\Data\CollectionViewProxy.cs (1)
84get { return base.SourceCollection; }
MS\Internal\Data\EnumerableCollectionView.cs (4)
383LoadSnapshot(SourceCollection); 478LoadSnapshot(SourceCollection); 583TraceData.CollectionChangedWithoutNotification(SourceCollection.GetType().FullName)); 587LoadSnapshotCore(SourceCollection);
System\Windows\Data\CollectionView.cs (3)
1434IEnumerable collection = SourceCollection; 1499Type collectionType = SourceCollection.GetType(); 1737IndexedEnumerable newWrapper = new IndexedEnumerable(SourceCollection, new Predicate<object>(this.PassesFilter));
System\Windows\Data\ListCollectionView.cs (11)
49ShadowCollection = new ArrayList((ICollection)SourceCollection); 97BindingOperations.AccessCollection(SourceCollection, 103ShadowCollection = new ArrayList((ICollection)SourceCollection); 1614BindingOperations.AccessCollection(SourceCollection, 1620ShadowCollection = new ArrayList((ICollection)SourceCollection); 2437if (view.SourceCollection != null) 2439IComparer xmlComparer = SystemXmlHelper.PrepareXmlComparer(view.SourceCollection, sort, view.Culture); 2482get { return SourceCollection as IList; } 2548IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2666IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3177IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1086if (SourceCollectionView == CollectionView.SourceCollection)