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