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