1 implementation of IUnicodeCharactersStatics
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
589
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)
174
public static
IUnicodeCharactersStatics
Instance => _instance.Value;
651
__codepoint = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetCodepointFromSurrogatePair(highSurrogate, lowSurrogate);
672
global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetSurrogatePairFromCodepoint(codepoint, out __highSurrogate, out __lowSurrogate);
692
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsHighSurrogate(codepoint);
711
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsLowSurrogate(codepoint);
730
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsSupplementary(codepoint);
749
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsNoncharacter(codepoint);
768
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsWhitespace(codepoint);
787
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsAlphabetic(codepoint);
806
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsCased(codepoint);
825
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsUppercase(codepoint);
844
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsLowercase(codepoint);
863
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsIdStart(codepoint);
882
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsIdContinue(codepoint);
901
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsGraphemeBase(codepoint);
920
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).IsGraphemeExtend(codepoint);
939
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetNumericType(codepoint);
958
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IUnicodeCharactersStatics
>(thisPtr).GetGeneralCategory(codepoint);