1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1217
_obj
= obj;
8 references to _obj
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
1120
[global::WinRT.ObjectReferenceWrapper(nameof(
_obj
))]
1210
public IObjectReference ObjRef { get =>
_obj
; }
1211
public IntPtr ThisPtr =>
_obj
.ThisPtr;
1212
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
1213
public A As<A>() =>
_obj
.AsType<A>();
1227
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.get_AlternateForms_2(ThisPtr, out __retval));
1242
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.get_SourceTextSegment_1(ThisPtr, out __retval));
1254
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.get_Text_0(ThisPtr, out __retval));