1 implementation of IsHighSurrogate
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1000
public unsafe bool
IsHighSurrogate
(uint codepoint)
2 references to IsHighSurrogate
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
181
public static bool IsHighSurrogate(uint codepoint) => _IUnicodeCharactersStatics.Instance.
IsHighSurrogate
(codepoint);
692
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.IUnicodeCharactersStatics>(thisPtr).
IsHighSurrogate
(codepoint);