10 references to Vftbl
PresentationFramework (10)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (4)
100
IObjectReference restrictedErrorInfoRef = ObjectReference<ABI.WinRT.Interop.IRestrictedErrorInfo.
Vftbl
>.Attach(ref restrictedErrorInfoPtr);
101
restrictedErrorInfoToSave = restrictedErrorInfoRef.As<ABI.WinRT.Interop.IRestrictedErrorInfo.
Vftbl
>();
315
IObjectReference restrictedErrorInfoRef = ObjectReference<ABI.WinRT.Interop.IRestrictedErrorInfo.
Vftbl
>.Attach(ref restrictedErrorInfoPtr);
336
restrictedErrorInfoRef.As<ABI.WinRT.Interop.IRestrictedErrorInfo.
Vftbl
>());
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (6)
394
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
397
public static implicit operator IRestrictedErrorInfo(ObjectReference<
Vftbl
> obj) => (obj != null) ? new IRestrictedErrorInfo(obj) : null;
398
protected readonly ObjectReference<
Vftbl
> _obj;
402
public IRestrictedErrorInfo(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
403
public IRestrictedErrorInfo(ObjectReference<
Vftbl
> obj)