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