Implemented interface member:
property
SourceCollection
System.ComponentModel.ICollectionView.SourceCollection
3 overrides of SourceCollection
PresentationFramework (3)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
366
public override IEnumerable
SourceCollection
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
87
public override IEnumerable
SourceCollection
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
556
public override IEnumerable
SourceCollection
19 references to SourceCollection
PresentationFramework (19)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
89
get { return base.
SourceCollection
; }
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (4)
390
LoadSnapshot(
SourceCollection
);
485
LoadSnapshot(
SourceCollection
);
593
TraceData.CollectionChangedWithoutNotification(
SourceCollection
.GetType().FullName));
597
LoadSnapshotCore(
SourceCollection
);
src\Framework\System\Windows\Data\CollectionView.cs (3)
1461
IEnumerable collection =
SourceCollection
;
1526
Type collectionType =
SourceCollection
.GetType();
1767
IndexedEnumerable newWrapper = new IndexedEnumerable(
SourceCollection
, new Predicate<object>(this.PassesFilter));
src\Framework\System\Windows\Data\ListCollectionView.cs (11)
62
ShadowCollection = new ArrayList((ICollection)
SourceCollection
);
110
BindingOperations.AccessCollection(
SourceCollection
,
116
ShadowCollection = new ArrayList((ICollection)
SourceCollection
);
1646
BindingOperations.AccessCollection(
SourceCollection
,
1652
ShadowCollection = new ArrayList((ICollection)
SourceCollection
);
2473
if (view.
SourceCollection
!= null)
2475
IComparer xmlComparer = SystemXmlHelper.PrepareXmlComparer(view.
SourceCollection
, sort, view.Culture);
2518
get { return
SourceCollection
as IList; }
2585
IList list = AllowsCrossThreadChanges ? ShadowCollection : (
SourceCollection
as IList);
2703
IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection :
SourceCollection
) as IList;
3214
IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection :
SourceCollection
) as IList;