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