1 implementation of IsIdContinue
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1070
public unsafe bool
IsIdContinue
(uint codepoint)
2 references to IsIdContinue
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
201
public static bool IsIdContinue(uint codepoint) => _IUnicodeCharactersStatics.Instance.
IsIdContinue
(codepoint);
882
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.IUnicodeCharactersStatics>(thisPtr).
IsIdContinue
(codepoint);