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