2 references to IWordsSegmenter
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
357
return new global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordsSegmenter
(ComWrappersSupport.GetObjectReferenceForInterface(ptr));
1383
public static implicit operator IWordsSegmenter(IObjectReference obj) => (obj != null) ? new
IWordsSegmenter
(obj) : null;