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