1 write to _hTextRange
UIAutomationClient (1)
System\Windows\Automation\Text\TextRange.cs (1)
75
_hTextRange
= hTextRange;
21 references to _hTextRange
UIAutomationClient (21)
System\Windows\Automation\Text\TextRange.cs (21)
121
SafeTextRangeHandle hResultTextRange = UiaCoreApi.TextRange_Clone(
_hTextRange
);
134
return UiaCoreApi.TextRange_Compare(
_hTextRange
, range.
_hTextRange
);
153
return UiaCoreApi.TextRange_CompareEndpoints(
_hTextRange
, endpoint, targetRange.
_hTextRange
, targetEndpoint);
173
UiaCoreApi.TextRange_ExpandToEnclosingUnit(
_hTextRange
, unit);
214
SafeTextRangeHandle hResultTextRange = UiaCoreApi.TextRange_FindAttribute(
_hTextRange
, attribute.Id, value, backward);
234
SafeTextRangeHandle hResultTextRange = UiaCoreApi.TextRange_FindText(
_hTextRange
, text, backward, ignoreCase);
254
object obj = UiaCoreApi.TextRange_GetAttributeValue(
_hTextRange
, attribute.Id);
279
return UiaCoreApi.TextRange_GetBoundingRectangles(
_hTextRange
);
291
return AutomationElement.Wrap(UiaCoreApi.TextRange_GetEnclosingElement(
_hTextRange
));
302
return UiaCoreApi.TextRange_GetText(
_hTextRange
, maxLength);
326
return UiaCoreApi.TextRange_Move(
_hTextRange
, unit, count);
346
return UiaCoreApi.TextRange_MoveEndpointByUnit(
_hTextRange
, endpoint, unit, count);
361
UiaCoreApi.TextRange_MoveEndpointByRange(
_hTextRange
, endpoint, targetRange.
_hTextRange
, targetEndpoint);
369
UiaCoreApi.TextRange_Select(
_hTextRange
);
377
UiaCoreApi.TextRange_AddToSelection(
_hTextRange
);
385
UiaCoreApi.TextRange_RemoveFromSelection(
_hTextRange
);
395
UiaCoreApi.TextRange_ScrollIntoView(
_hTextRange
, alignToTop);
417
object[] rawChildren = UiaCoreApi.TextRange_GetChildren(
_hTextRange
);