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