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