1 instantiation of CollectionRecord
PresentationFramework (1)
MS\Internal\Data\ViewManager.cs (1)
627
cr = new
CollectionRecord
();
12 references to CollectionRecord
PresentationFramework (12)
MS\Internal\Data\ViewManager.cs (12)
455
public new
CollectionRecord
this[object o]
461
CollectionRecord
cr = (
CollectionRecord
)base[key];
473
internal void Add(object collection,
CollectionRecord
cr)
622
CollectionRecord
EnsureCollectionRecord(object collection, Func<object, object> GetSourceItem = null)
624
CollectionRecord
cr = this[collection];
646
CollectionRecord
cr = EnsureCollectionRecord(collection);
664
CollectionRecord
cr = this[collection];
691
CollectionRecord
cr = EnsureCollectionRecord(collection, GetSourceItem);
730
CollectionRecord
cr = this[collection];
794
CollectionRecord
cr = (
CollectionRecord
)de.Value;