1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
461
_obj
= obj;
6 references to _obj
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (6)
406
[global::WinRT.ObjectReferenceWrapper(nameof(
_obj
))]
454
public IObjectReference ObjRef { get =>
_obj
; }
455
public IntPtr ThisPtr =>
_obj
.ThisPtr;
456
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
457
public A As<A>() =>
_obj
.AsType<A>();
469
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.get_LayoutDirection_0(ThisPtr, out __retval));