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