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