1 instantiation of AlternateWordForm
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
49
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)
36
internal sealed class AlternateWordForm : global::System.Runtime.InteropServices.ICustomQueryInterface, IEquatable<
AlternateWordForm
>
45
public static
AlternateWordForm
FromAbi(IntPtr thisPtr)
49
return obj is
AlternateWordForm
? (
AlternateWordForm
)obj : new AlternateWordForm((global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.IAlternateWordForm)obj);
57
public static bool operator ==(
AlternateWordForm
x,
AlternateWordForm
y) => (x?.ThisPtr ?? IntPtr.Zero) == (y?.ThisPtr ?? IntPtr.Zero);
58
public static bool operator !=(
AlternateWordForm
x,
AlternateWordForm
y) => !(x == y);
59
public bool Equals(
AlternateWordForm
other) => this == other;
60
public override bool Equals(object obj) => obj is
AlternateWordForm
that && this == that;
132
global::System.Collections.Generic.IReadOnlyList<
AlternateWordForm
> AlternateForms { get; }
288
public global::System.Collections.Generic.IReadOnlyList<
AlternateWordForm
> AlternateForms => _default.AlternateForms;
430
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<IAlternateWordForm.Vftbl>();
432
public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
FromAbi(IntPtr thisPtr) => global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
.FromAbi(thisPtr);
433
public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef();
434
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));
435
public static (int length, IntPtr data) GetAbiArray(object box) => MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.GetAbiArray(box);
436
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);
437
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));
439
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);
1157
global::System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
> __value = default;
1164
value = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.FromManaged(__value);
1227
public unsafe global::System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
> AlternateForms
1235
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.FromAbi(__retval);
1239
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<global::MS.Internal.WindowsRuntime.Windows.Data.Text.
AlternateWordForm
>.DisposeAbi(__retval);