3 references to ThisPtr
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (3)
50
public static bool operator ==(AlternateWordForm x, AlternateWordForm y) => (x?.
ThisPtr
?? IntPtr.Zero) == (y?.
ThisPtr
?? IntPtr.Zero);
54
public override int GetHashCode() =>
ThisPtr
.GetHashCode();