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