4 instantiations of IRestrictedErrorInfo
PresentationFramework (4)
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 (2)
396
public static implicit operator IRestrictedErrorInfo(IObjectReference obj) => (obj != null) ? new
IRestrictedErrorInfo
(obj) : null;
397
public static implicit operator IRestrictedErrorInfo(ObjectReference<Vftbl> obj) => (obj != null) ? new
IRestrictedErrorInfo
(obj) : null;
9 references to IRestrictedErrorInfo
PresentationFramework (9)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (7)
100
IObjectReference restrictedErrorInfoRef = ObjectReference<ABI.WinRT.Interop.
IRestrictedErrorInfo
.Vftbl>.Attach(ref restrictedErrorInfoPtr);
101
restrictedErrorInfoToSave = restrictedErrorInfoRef.As<ABI.WinRT.Interop.
IRestrictedErrorInfo
.Vftbl>();
103
ABI.WinRT.Interop.
IRestrictedErrorInfo
restrictedErrorInfo = new ABI.WinRT.Interop.IRestrictedErrorInfo(restrictedErrorInfoRef);
219
restrictedErrorObject.AsType<ABI.WinRT.Interop.
IRestrictedErrorInfo
>().GetErrorDetails(out _, out hr, out _, out _);
315
IObjectReference restrictedErrorInfoRef = ObjectReference<ABI.WinRT.Interop.
IRestrictedErrorInfo
.Vftbl>.Attach(ref restrictedErrorInfoPtr);
317
ABI.WinRT.Interop.
IRestrictedErrorInfo
restrictedErrorInfo = new ABI.WinRT.Interop.IRestrictedErrorInfo(restrictedErrorInfoRef);
336
restrictedErrorInfoRef.As<ABI.WinRT.Interop.
IRestrictedErrorInfo
.Vftbl>());
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
396
public static implicit operator
IRestrictedErrorInfo
(IObjectReference obj) => (obj != null) ? new IRestrictedErrorInfo(obj) : null;
397
public static implicit operator
IRestrictedErrorInfo
(ObjectReference<Vftbl> obj) => (obj != null) ? new IRestrictedErrorInfo(obj) : null;