1 instantiation of CollectionRecord
PresentationFramework (1)
MS\Internal\Data\ViewManager.cs (1)
630
cr = new
CollectionRecord
();
12 references to CollectionRecord
PresentationFramework (12)
MS\Internal\Data\ViewManager.cs (12)
458
public new
CollectionRecord
this[object o]
464
CollectionRecord
cr = (
CollectionRecord
)base[key];
476
internal void Add(object collection,
CollectionRecord
cr)
625
CollectionRecord
EnsureCollectionRecord(object collection, Func<object, object> GetSourceItem = null)
627
CollectionRecord
cr = this[collection];
649
CollectionRecord
cr = EnsureCollectionRecord(collection);
670
CollectionRecord
cr = this[collection];
697
CollectionRecord
cr = EnsureCollectionRecord(collection, GetSourceItem);
736
CollectionRecord
cr = this[collection];
800
CollectionRecord
cr = (
CollectionRecord
)de.Value;