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