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