2 implementations of GetGuid
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
54
public Guid
GetGuid
() => default;
214
public Guid
GetGuid
()
1 reference to GetGuid
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
117
guid = ComWrappersSupport.FindObject<global::WinRT.Interop.IErrorInfo>(thisPtr).
GetGuid
();