7 references to Vftbl
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (1)
106
if (restrictedErrorInfoRef.TryAs<ABI.WinRT.Interop.ILanguageExceptionErrorInfo.
Vftbl
>(out var languageErrorInfoRef) >= 0)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (6)
289
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
292
public static implicit operator ILanguageExceptionErrorInfo(ObjectReference<
Vftbl
> obj) => (obj != null) ? new ILanguageExceptionErrorInfo(obj) : null;
293
protected readonly ObjectReference<
Vftbl
> _obj;
297
public ILanguageExceptionErrorInfo(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
298
public ILanguageExceptionErrorInfo(ObjectReference<
Vftbl
> obj)