2 implementations of GetSource
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
56
public string
GetSource
() => _exception.Source;
221
public string
GetSource
()
1 reference to GetSource
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
133
_source = ComWrappersSupport.FindObject<global::WinRT.Interop.IErrorInfo>(thisPtr).
GetSource
();