1 instantiation of CollectionRecord
PresentationFramework (1)
MS\Internal\Data\ViewManager.cs (1)
628
cr = new
CollectionRecord
();
12 references to CollectionRecord
PresentationFramework (12)
MS\Internal\Data\ViewManager.cs (12)
456
public new
CollectionRecord
this[object o]
462
CollectionRecord
cr = (
CollectionRecord
)base[key];
474
internal void Add(object collection,
CollectionRecord
cr)
623
CollectionRecord
EnsureCollectionRecord(object collection, Func<object, object> GetSourceItem = null)
625
CollectionRecord
cr = this[collection];
647
CollectionRecord
cr = EnsureCollectionRecord(collection);
668
CollectionRecord
cr = this[collection];
695
CollectionRecord
cr = EnsureCollectionRecord(collection, GetSourceItem);
734
CollectionRecord
cr = this[collection];
798
CollectionRecord
cr = (
CollectionRecord
)de.Value;