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