1 implementation of IUnicodeCharactersStatics
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
582
internal class IUnicodeCharactersStatics : global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
18 references to IUnicodeCharactersStatics
PresentationFramework (18)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (18)
167
public static
IUnicodeCharactersStatics
Instance => _instance.Value;
644
__codepoint = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetCodepointFromSurrogatePair(highSurrogate, lowSurrogate);
665
global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetSurrogatePairFromCodepoint(codepoint, out __highSurrogate, out __lowSurrogate);
685
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsHighSurrogate(codepoint);
704
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsLowSurrogate(codepoint);
723
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsSupplementary(codepoint);
742
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsNoncharacter(codepoint);
761
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsWhitespace(codepoint);
780
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsAlphabetic(codepoint);
799
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsCased(codepoint);
818
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsUppercase(codepoint);
837
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsLowercase(codepoint);
856
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsIdStart(codepoint);
875
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsIdContinue(codepoint);
894
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsGraphemeBase(codepoint);
913
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsGraphemeExtend(codepoint);
932
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetNumericType(codepoint);
951
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetGeneralCategory(codepoint);