1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
327_obj = obj;
9 references to _obj
PresentationFramework (9)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (9)
209[global::WinRT.ObjectReferenceWrapper(nameof(_obj))] 320public IObjectReference ObjRef { get => _obj; } 321public IntPtr ThisPtr => _obj.ThisPtr; 322public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 323public A As<A>() => _obj.AsType<A>(); 337global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_DisplayName_1(ThisPtr, out __retval)); 354global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_LanguageTag_0(ThisPtr, out __retval)); 371global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_NativeName_2(ThisPtr, out __retval)); 388global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_Script_3(ThisPtr, out __retval));