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