1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
718
_obj
= obj;
7 references to _obj
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (7)
642
[global::WinRT.ObjectReferenceWrapper(nameof(
_obj
))]
711
public IObjectReference ObjRef { get =>
_obj
; }
712
public IntPtr ThisPtr =>
_obj
.ThisPtr;
713
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
714
public A As<A>() =>
_obj
.AsType<A>();
728
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsWellFormed_0(ThisPtr, MarshalString.GetAbi(__languageTag), out __retval));
744
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.get_CurrentInputMethodLanguageTag_1(ThisPtr, out __retval));