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