4 references to _IWordsSegmenterFactory
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (4)
332
private static WeakLazy<
_IWordsSegmenterFactory
> _instance = new WeakLazy<
_IWordsSegmenterFactory
>();
333
public static
_IWordsSegmenterFactory
Instance => _instance.Value;
354
IntPtr ptr = (
_IWordsSegmenterFactory
.Instance.CreateWithLanguage(language));