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