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