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