1 implementation of GetNumericType
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1091
public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType
GetNumericType
(uint codepoint)
2 references to GetNumericType
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
207
public static UnicodeNumericType GetNumericType(uint codepoint) => _IUnicodeCharactersStatics.Instance.
GetNumericType
(codepoint);
939
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.IUnicodeCharactersStatics>(thisPtr).
GetNumericType
(codepoint);