1 implementation of IsUppercase
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1049
public unsafe bool
IsUppercase
(uint codepoint)
2 references to IsUppercase
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
195
public 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);