1 instantiation of CollectionRecord
PresentationFramework (1)
MS\Internal\Data\ViewManager.cs (1)
624
cr = new
CollectionRecord
();
12 references to CollectionRecord
PresentationFramework (12)
MS\Internal\Data\ViewManager.cs (12)
452
public new
CollectionRecord
this[object o]
458
CollectionRecord
cr = (
CollectionRecord
)base[key];
470
internal void Add(object collection,
CollectionRecord
cr)
619
private
CollectionRecord
EnsureCollectionRecord(object collection, Func<object, object> GetSourceItem = null)
621
CollectionRecord
cr = this[collection];
643
CollectionRecord
cr = EnsureCollectionRecord(collection);
661
CollectionRecord
cr = this[collection];
688
CollectionRecord
cr = EnsureCollectionRecord(collection, GetSourceItem);
727
CollectionRecord
cr = this[collection];
791
CollectionRecord
cr = (
CollectionRecord
)de.Value;