7 references to UnicodeNumericType
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
125UnicodeNumericType GetNumericType(uint codepoint); 207public static UnicodeNumericType GetNumericType(uint codepoint) => _IUnicodeCharactersStatics.Instance.GetNumericType(codepoint); 931private static unsafe int Do_Abi_GetNumericType_15(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType value) 933global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType __value = default; 1091public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType GetNumericType(uint codepoint) 1093global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType __retval = default; 1123public unsafe delegate int GetNumericType_15(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType value);