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