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