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))] 711public IObjectReference ObjRef { get => _obj; } 712public IntPtr ThisPtr => _obj.ThisPtr; 713public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 714public A As<A>() => _obj.AsType<A>(); 728global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.IsWellFormed_0(ThisPtr, MarshalString.GetAbi(__languageTag), out __retval)); 744global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_CurrentInputMethodLanguageTag_1(ThisPtr, out __retval));