3 references to IRestrictedErrorInfo
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
103
ABI.WinRT.Interop.IRestrictedErrorInfo restrictedErrorInfo = new ABI.WinRT.Interop.
IRestrictedErrorInfo
(restrictedErrorInfoRef);
317
ABI.WinRT.Interop.IRestrictedErrorInfo restrictedErrorInfo = new ABI.WinRT.Interop.
IRestrictedErrorInfo
(restrictedErrorInfoRef);
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
396
public static implicit operator IRestrictedErrorInfo(IObjectReference obj) => (obj != null) ? new
IRestrictedErrorInfo
(obj) : null;