2 references to IErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
215public static implicit operator IErrorInfo(ObjectReference<Vftbl> obj) => (obj != null) ? new IErrorInfo(obj) : null; 220public IErrorInfo(IObjectReference obj) : this(obj.As<Vftbl>()) { }