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