2 instantiations of IWordSegment
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1215
public static implicit operator IWordSegment(IObjectReference obj) => (obj != null) ? new
IWordSegment
(obj) : null;
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
119
"Windows.Data.Text.WordSegment" => new MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment(new MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordSegment
(objRef)),
7 references to IWordSegment
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
259
private readonly Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordSegment
> _defaultLazy;
261
private global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordSegment
_default => _defaultLazy.Value;
267
return obj is WordSegment ? (WordSegment)obj : new WordSegment((global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordSegment
)obj);
270
public WordSegment(global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordSegment
ifc)
272
_defaultLazy = new Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IWordSegment
>(() => ifc);
1215
public static implicit operator
IWordSegment
(IObjectReference obj) => (obj != null) ? new IWordSegment(obj) : null;
1554
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<
IWordSegment
.Vftbl>();