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