1 reference to ISupportErrorInfo
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
362
public static implicit operator ISupportErrorInfo(IObjectReference obj) => (obj != null) ? new
ISupportErrorInfo
(obj) : null;