7 references to UnicodeNumericType
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
117UnicodeNumericType GetNumericType(uint codepoint); 199public static UnicodeNumericType GetNumericType(uint codepoint) => _IUnicodeCharactersStatics.Instance.GetNumericType(codepoint); 923private static unsafe int Do_Abi_GetNumericType_15(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType value) 925global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType __value = default; 1083public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType GetNumericType(uint codepoint) 1085global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType __retval = default; 1115public unsafe delegate int GetNumericType_15(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType value);