1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1519_obj = obj;
7 references to _obj
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
335global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.CreateWithLanguage_0(ThisPtr, MarshalString.GetAbi(__language), out __retval)); 1464[global::WinRT.ObjectReferenceWrapper(nameof(_obj))] 1512public IObjectReference ObjRef { get => _obj; } 1513public IntPtr ThisPtr => _obj.ThisPtr; 1514public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 1515public A As<A>() => _obj.AsType<A>(); 1529global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.CreateWithLanguage_0(ThisPtr, MarshalString.GetAbi(__language), out __retval));