1 instantiation of AlternateWordForm
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
42
return obj is AlternateWordForm ? (AlternateWordForm)obj : new
AlternateWordForm
((global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.IAlternateWordForm)obj);
31 references to AlternateWordForm
PresentationFramework (31)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (31)
29
internal sealed class AlternateWordForm : global::System.Runtime.InteropServices.ICustomQueryInterface, IEquatable<
AlternateWordForm
>
38
public static
AlternateWordForm
FromAbi(IntPtr thisPtr)
42
return obj is
AlternateWordForm
? (
AlternateWordForm
)obj : new AlternateWordForm((global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.IAlternateWordForm)obj);
50
public static bool operator ==(
AlternateWordForm
x,
AlternateWordForm
y) => (x?.ThisPtr ?? IntPtr.Zero) == (y?.ThisPtr ?? IntPtr.Zero);
51
public static bool operator !=(
AlternateWordForm
x,
AlternateWordForm
y) => !(x == y);
52
public bool Equals(
AlternateWordForm
other) => this == other;
53
public override bool Equals(object obj) => obj is
AlternateWordForm
that && this == that;
125
global::System.Collections.Generic.IReadOnlyList<
AlternateWordForm
> AlternateForms { get; }
281
public global::System.Collections.Generic.IReadOnlyList<
AlternateWordForm
> AlternateForms => _default.AlternateForms;
423
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<IAlternateWordForm.Vftbl>();
425
public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
FromAbi(IntPtr thisPtr) => global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
.FromAbi(thisPtr);
426
public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef();
427
public static unsafe MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.MarshalerArray CreateMarshalerArray(global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
[] array) => MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.CreateMarshalerArray(array, (o) => CreateMarshaler(o));
428
public static (int length, IntPtr data) GetAbiArray(object box) => MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.GetAbiArray(box);
429
public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
[] FromAbiArray(object box) => MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.FromAbiArray(box, FromAbi);
430
public static (int length, IntPtr data) FromManagedArray(global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
[] array) => MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.FromManagedArray(array, (o) => FromManaged(o));
432
public static void DisposeMarshalerArray(MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.MarshalerArray array) => MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.DisposeMarshalerArray(array);
1150
global::System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
> __value = default;
1157
value = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.FromManaged(__value);
1220
public unsafe global::System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
> AlternateForms
1228
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.FromAbi(__retval);
1232
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.DisposeAbi(__retval);