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