4 references to ThisPtr
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (4)
365
ComWrappersSupport.RegisterObjectForInterface(this,
ThisPtr
);
380
public static bool operator ==(WordsSegmenter x, WordsSegmenter y) => (x?.
ThisPtr
?? IntPtr.Zero) == (y?.
ThisPtr
?? IntPtr.Zero);
384
public override int GetHashCode() =>
ThisPtr
.GetHashCode();