1 implementation of IWordsSegmenter
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1279
internal class IWordsSegmenter : global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IWordsSegmenter
6 references to IWordsSegmenter
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (6)
391
private
IWordsSegmenter
AsInternal(InterfaceTag<
IWordsSegmenter
> _) => _default;
1315
__result = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IWordsSegmenter
>(thisPtr).GetTokenAt(MarshalString.FromAbi(text), startIndex);
1334
__result = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IWordsSegmenter
>(thisPtr).GetTokens(MarshalString.FromAbi(text));
1351
global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IWordsSegmenter
>(thisPtr).Tokenize(MarshalString.FromAbi(text), startIndex, global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.WordSegmentsTokenizingHandler.FromAbi(handler));
1369
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
IWordsSegmenter
>(thisPtr).ResolvedLanguage;