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