1 reference to GetTokens
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (1)
62
IReadOnlyList<WordSegment> tokens = segmenter?.
GetTokens
(text) ?? Array.Empty<WordSegment>();