4 references to WeakRefKey
PresentationFramework (4)
MS\Internal\Data\ViewManager.cs (4)
237
get { return (ViewRecord)base[new
WeakRefKey
(cvs)]; }
241
base[new
WeakRefKey
(cvs)] = value;
463
WeakRefKey key = new
WeakRefKey
(o);
478
base.Add(new
WeakRefKey
(collection), cr);