1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
815_obj = obj;
6 references to _obj
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (6)
760[global::WinRT.ObjectReferenceWrapper(nameof(_obj))] 808public IObjectReference ObjRef { get => _obj; } 809public IntPtr ThisPtr => _obj.ThisPtr; 810public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 811public A As<A>() => _obj.AsType<A>(); 825global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.TrySetInputMethodLanguageTag_0(ThisPtr, MarshalString.GetAbi(__languageTag), out __retval));