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