1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
527
_obj
= obj;
6 references to _obj
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (6)
472
[global::WinRT.ObjectReferenceWrapper(nameof(
_obj
))]
520
public IObjectReference ObjRef { get =>
_obj
; }
521
public IntPtr ThisPtr =>
_obj
.ThisPtr;
522
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
523
public A As<A>() =>
_obj
.AsType<A>();
537
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.GetExtensionSubtags_0(ThisPtr, MarshalString.GetAbi(__singleton), out __retval));