1 instantiation of IAlternateWordForm
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
531
public static implicit operator IAlternateWordForm(IObjectReference obj) => (obj != null) ? new
IAlternateWordForm
(obj) : null;
7 references to IAlternateWordForm
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
41
private readonly Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IAlternateWordForm
> _defaultLazy;
43
private global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IAlternateWordForm
_default => _defaultLazy.Value;
49
return obj is AlternateWordForm ? (AlternateWordForm)obj : new AlternateWordForm((global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IAlternateWordForm
)obj);
52
public AlternateWordForm(global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IAlternateWordForm
ifc)
54
_defaultLazy = new Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.
IAlternateWordForm
>(() => ifc);
430
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<
IAlternateWordForm
.Vftbl>();
531
public static implicit operator
IAlternateWordForm
(IObjectReference obj) => (obj != null) ? new IAlternateWordForm(obj) : null;