1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
98
AbiToProjectionVftable = new
Vftbl
10 references to Vftbl
PresentationFramework (10)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
85
ObjectReference<ABI.WinRT.Interop.IErrorInfo.
Vftbl
> iErrorInfo = null;
131
restrictedErrorInfoRef.TryAs<ABI.WinRT.Interop.IErrorInfo.
Vftbl
>(out iErrorInfo);
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (8)
93
private static readonly
Vftbl
AbiToProjectionVftable;
107
var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<
Vftbl
>());
200
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
203
public static implicit operator IErrorInfo(ObjectReference<
Vftbl
> obj) => (obj != null) ? new IErrorInfo(obj) : null;
204
protected readonly ObjectReference<
Vftbl
> _obj;
208
public IErrorInfo(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
209
public IErrorInfo(ObjectReference<
Vftbl
> obj)