1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
233
AbiToProjectionVftable = new
Vftbl
8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (8)
229
private static readonly
Vftbl
AbiToProjectionVftable;
241
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(
Vftbl
), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4);
323
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
326
protected readonly ObjectReference<
Vftbl
> _obj;
331
public ILanguage(IObjectReference obj) : this(obj.As<
Vftbl
>()) {}
332
public ILanguage(ObjectReference<
Vftbl
> obj)
843
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Globalization.Language obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<ILanguage.
Vftbl
>();