1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
334_obj = obj;
9 references to _obj
PresentationFramework (9)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (9)
216[global::WinRT.ObjectReferenceWrapper(nameof(_obj))] 327public IObjectReference ObjRef { get => _obj; } 328public IntPtr ThisPtr => _obj.ThisPtr; 329public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 330public A As<A>() => _obj.AsType<A>(); 344global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_DisplayName_1(ThisPtr, out __retval)); 361global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_LanguageTag_0(ThisPtr, out __retval)); 378global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_NativeName_2(ThisPtr, out __retval)); 395global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_Script_3(ThisPtr, out __retval));