1 instantiation of WeakRefKey
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (1)
129
object key = assembly.IsDynamic ? (object)new
WeakRefKey
(assembly) : assembly;
6 references to WeakRefKey
PresentationCore (6)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (6)
277
WeakRefKey
weakRef = o as
WeakRefKey
;
292
public static bool operator ==(
WeakRefKey
left,
WeakRefKey
right)
302
public static bool operator !=(
WeakRefKey
left,
WeakRefKey
right)