1 implementation of IUnicodeCharactersStatics
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
581
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)
166
public static
IUnicodeCharactersStatics
Instance => _instance.Value;
643
__codepoint = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetCodepointFromSurrogatePair(highSurrogate, lowSurrogate);
664
global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetSurrogatePairFromCodepoint(codepoint, out __highSurrogate, out __lowSurrogate);
684
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsHighSurrogate(codepoint);
703
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsLowSurrogate(codepoint);
722
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsSupplementary(codepoint);
741
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsNoncharacter(codepoint);
760
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsWhitespace(codepoint);
779
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsAlphabetic(codepoint);
798
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsCased(codepoint);
817
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsUppercase(codepoint);
836
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsLowercase(codepoint);
855
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsIdStart(codepoint);
874
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsIdContinue(codepoint);
893
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsGraphemeBase(codepoint);
912
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsGraphemeExtend(codepoint);
931
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetNumericType(codepoint);
950
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetGeneralCategory(codepoint);