7 references to UnicodeGeneralCategory
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
126
UnicodeGeneralCategory
GetGeneralCategory(uint codepoint);
209
public static
UnicodeGeneralCategory
GetGeneralCategory(uint codepoint) => _IUnicodeCharactersStatics.Instance.GetGeneralCategory(codepoint);
950
private static unsafe int Do_Abi_GetGeneralCategory_16(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.
UnicodeGeneralCategory
value)
952
global::MS.Internal.WindowsRuntime.Windows.Data.Text.
UnicodeGeneralCategory
__value = default;
1098
public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.
UnicodeGeneralCategory
GetGeneralCategory(uint codepoint)
1100
global::MS.Internal.WindowsRuntime.Windows.Data.Text.
UnicodeGeneralCategory
__retval = default;
1124
public unsafe delegate int GetGeneralCategory_16(IntPtr thisPtr, uint codepoint, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.
UnicodeGeneralCategory
value);