1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
211
_obj
= obj;
8 references to _obj
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (8)
205
public IntPtr ThisPtr =>
_obj
.ThisPtr;
206
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
207
public A As<A>() =>
_obj
.AsType<A>();
217
Marshal.ThrowExceptionForHR(
_obj
.Vftbl.GetGuid_0(ThisPtr, out __return_value__));
226
Marshal.ThrowExceptionForHR(
_obj
.Vftbl.GetSource_1(ThisPtr, out __retval));
240
Marshal.ThrowExceptionForHR(
_obj
.Vftbl.GetDescription_2(ThisPtr, out __retval));
254
Marshal.ThrowExceptionForHR(
_obj
.Vftbl.GetHelpFile_3(ThisPtr, out __retval));
268
Marshal.ThrowExceptionForHR(
_obj
.Vftbl.GetHelpFileContent_4(ThisPtr, out __retval));