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