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