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)
335
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.CreateWithLanguage_0(ThisPtr, MarshalString.GetAbi(__language), out __retval));
1464
[global::WinRT.ObjectReferenceWrapper(nameof(
_obj
))]
1512
public IObjectReference ObjRef { get =>
_obj
; }
1513
public IntPtr ThisPtr =>
_obj
.ThisPtr;
1514
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
1515
public A As<A>() =>
_obj
.AsType<A>();
1529
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.CreateWithLanguage_0(ThisPtr, MarshalString.GetAbi(__language), out __retval));