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