2 implementations of InterfaceSupportsErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
52
public bool
InterfaceSupportsErrorInfo
(Guid riid) => true;
374
public bool
InterfaceSupportsErrorInfo
(Guid riid)
1 reference to InterfaceSupportsErrorInfo
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
350
return global::WinRT.ComWrappersSupport.FindObject<global::WinRT.Interop.ISupportErrorInfo>(thisPtr).
InterfaceSupportsErrorInfo
(guid) ? 0 : 1;