1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
981
_obj
= obj;
22 references to _obj
PresentationFramework (22)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (22)
587
[global::WinRT.ObjectReferenceWrapper(nameof(
_obj
))]
974
public IObjectReference ObjRef { get =>
_obj
; }
975
public IntPtr ThisPtr =>
_obj
.ThisPtr;
976
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
977
public A As<A>() =>
_obj
.AsType<A>();
987
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.GetCodepointFromSurrogatePair_0(ThisPtr, highSurrogate, lowSurrogate, out __retval));
995
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.GetSurrogatePairFromCodepoint_1(ThisPtr, codepoint, out __highSurrogate, out __lowSurrogate));
1003
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsHighSurrogate_2(ThisPtr, codepoint, out __retval));
1010
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsLowSurrogate_3(ThisPtr, codepoint, out __retval));
1017
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsSupplementary_4(ThisPtr, codepoint, out __retval));
1024
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsNoncharacter_5(ThisPtr, codepoint, out __retval));
1031
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsWhitespace_6(ThisPtr, codepoint, out __retval));
1038
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsAlphabetic_7(ThisPtr, codepoint, out __retval));
1045
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsCased_8(ThisPtr, codepoint, out __retval));
1052
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsUppercase_9(ThisPtr, codepoint, out __retval));
1059
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsLowercase_10(ThisPtr, codepoint, out __retval));
1066
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsIdStart_11(ThisPtr, codepoint, out __retval));
1073
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsIdContinue_12(ThisPtr, codepoint, out __retval));
1080
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsGraphemeBase_13(ThisPtr, codepoint, out __retval));
1087
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.IsGraphemeExtend_14(ThisPtr, codepoint, out __retval));
1094
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.GetNumericType_15(ThisPtr, codepoint, out __retval));
1101
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.GetGeneralCategory_16(ThisPtr, codepoint, out __retval));