1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
110AbiToProjectionVftable = new Vftbl
10 references to Vftbl
PresentationFramework (10)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
86ObjectReference<ABI.WinRT.Interop.IErrorInfo.Vftbl> iErrorInfo = null; 132restrictedErrorInfoRef.TryAs<ABI.WinRT.Interop.IErrorInfo.Vftbl>(out iErrorInfo);
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (8)
105private static readonly Vftbl AbiToProjectionVftable; 119var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<Vftbl>()); 212public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.FromAbi(thisPtr); 215public static implicit operator IErrorInfo(ObjectReference<Vftbl> obj) => (obj != null) ? new IErrorInfo(obj) : null; 216protected readonly ObjectReference<Vftbl> _obj; 220public IErrorInfo(IObjectReference obj) : this(obj.As<Vftbl>()) { } 221public IErrorInfo(ObjectReference<Vftbl> obj)