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