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