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