4 references to ThisPtr
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (4)
110
ComWrappersSupport.RegisterObjectForInterface(this,
ThisPtr
);
145
public static bool operator ==(Language x, Language y) => (x?.
ThisPtr
?? IntPtr.Zero) == (y?.
ThisPtr
?? IntPtr.Zero);
149
public override int GetHashCode() =>
ThisPtr
.GetHashCode();