1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
336
AbiToProjectionVftable = new
Vftbl
8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (8)
331
private static readonly
Vftbl
AbiToProjectionVftable;
341
var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<
Vftbl
>());
360
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
363
public static implicit operator ISupportErrorInfo(ObjectReference<
Vftbl
> obj) => (obj != null) ? new ISupportErrorInfo(obj) : null;
364
protected readonly ObjectReference<
Vftbl
> _obj;
368
public ISupportErrorInfo(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
369
public ISupportErrorInfo(ObjectReference<
Vftbl
> obj)