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