2 instantiations of 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;
8 references to IWordsSegmenter
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
325
private readonly Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordsSegmenter
> _defaultLazy;
327
private global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordsSegmenter
_default => _defaultLazy.Value;
353
public WordsSegmenter(string language) : this(((Func<global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordsSegmenter
>)(() => {
372
return obj is WordsSegmenter ? (WordsSegmenter)obj : new WordsSegmenter((global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordsSegmenter
)obj);
375
public WordsSegmenter(global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordsSegmenter
ifc)
377
_defaultLazy = new Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordsSegmenter
>(() => ifc);
1383
public static implicit operator
IWordsSegmenter
(IObjectReference obj) => (obj != null) ? new IWordsSegmenter(obj) : null;
1663
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordsSegmenter obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<
IWordsSegmenter
.Vftbl>();