1 write to _hTextRange
UIAutomationClient (1)
System\Windows\Automation\Text\TextRange.cs (1)
64_hTextRange = hTextRange;
21 references to _hTextRange
UIAutomationClient (21)
System\Windows\Automation\Text\TextRange.cs (21)
110SafeTextRangeHandle hResultTextRange = UiaCoreApi.TextRange_Clone(_hTextRange); 123return UiaCoreApi.TextRange_Compare(_hTextRange, range._hTextRange); 142return UiaCoreApi.TextRange_CompareEndpoints(_hTextRange, endpoint, targetRange._hTextRange, targetEndpoint); 162UiaCoreApi.TextRange_ExpandToEnclosingUnit(_hTextRange, unit); 203SafeTextRangeHandle hResultTextRange = UiaCoreApi.TextRange_FindAttribute(_hTextRange, attribute.Id, value, backward); 223SafeTextRangeHandle hResultTextRange = UiaCoreApi.TextRange_FindText(_hTextRange, text, backward, ignoreCase); 243object obj = UiaCoreApi.TextRange_GetAttributeValue(_hTextRange, attribute.Id); 268return UiaCoreApi.TextRange_GetBoundingRectangles(_hTextRange); 280return AutomationElement.Wrap(UiaCoreApi.TextRange_GetEnclosingElement(_hTextRange)); 291return UiaCoreApi.TextRange_GetText(_hTextRange, maxLength); 315return UiaCoreApi.TextRange_Move(_hTextRange, unit, count); 335return UiaCoreApi.TextRange_MoveEndpointByUnit(_hTextRange, endpoint, unit, count); 350UiaCoreApi.TextRange_MoveEndpointByRange(_hTextRange, endpoint, targetRange._hTextRange, targetEndpoint); 358UiaCoreApi.TextRange_Select(_hTextRange); 366UiaCoreApi.TextRange_AddToSelection(_hTextRange); 374UiaCoreApi.TextRange_RemoveFromSelection(_hTextRange); 384UiaCoreApi.TextRange_ScrollIntoView(_hTextRange, alignToTop); 406object[] rawChildren = UiaCoreApi.TextRange_GetChildren(_hTextRange);