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