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)
342
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.CreateWithLanguage_0(ThisPtr, MarshalString.GetAbi(__language), out __retval));
1471
[global::WinRT.ObjectReferenceWrapper(nameof(
_obj
))]
1519
public IObjectReference ObjRef { get =>
_obj
; }
1520
public IntPtr ThisPtr =>
_obj
.ThisPtr;
1521
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
1522
public A As<A>() =>
_obj
.AsType<A>();
1536
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.CreateWithLanguage_0(ThisPtr, MarshalString.GetAbi(__language), out __retval));