7 references to UnicodeNumericType
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
118UnicodeNumericType GetNumericType(uint codepoint); 200public static UnicodeNumericType GetNumericType(uint codepoint) => _IUnicodeCharactersStatics.Instance.GetNumericType(codepoint); 924private static unsafe int Do_Abi_GetNumericType_15(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType value) 926global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType __value = default; 1084public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType GetNumericType(uint codepoint) 1086global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType __retval = default; 1116public unsafe delegate int GetNumericType_15(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.UnicodeNumericType value);