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)
536public 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); 586TraceData.CollectionChangedWithoutNotification(SourceCollection.GetType().FullName)); 590LoadSnapshotCore(SourceCollection);
System\Windows\Data\CollectionView.cs (3)
1446IEnumerable collection = SourceCollection; 1511Type collectionType = SourceCollection.GetType(); 1752IndexedEnumerable 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); 1632BindingOperations.AccessCollection(SourceCollection, 1638ShadowCollection = new ArrayList((ICollection)SourceCollection); 2455if (view.SourceCollection != null) 2457IComparer xmlComparer = SystemXmlHelper.PrepareXmlComparer(view.SourceCollection, sort, view.Culture); 2500get { return SourceCollection as IList; } 2566IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2684IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3195IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1084if (SourceCollectionView == CollectionView.SourceCollection)