1 write to _hPattern
UIAutomationClient (1)
System\Windows\Automation\TextPattern.cs (1)
47
_hPattern
= hPattern;
6 references to _hPattern
UIAutomationClient (6)
System\Windows\Automation\TextPattern.cs (6)
186
SafeTextRangeHandle [] hTextRanges = UiaCoreApi.TextPattern_GetSelection(
_hPattern
);
199
SafeTextRangeHandle [] hTextRanges = UiaCoreApi.TextPattern_GetVisibleRanges(
_hPattern
);
216
SafeTextRangeHandle hTextRange = UiaCoreApi.TextPattern_RangeFromChild(
_hPattern
, childElement.RawNode);
238
SafeTextRangeHandle hTextRange = UiaCoreApi.TextPattern_RangeFromPoint(
_hPattern
, screenLocation);
260
SafeTextRangeHandle hTextRange = UiaCoreApi.TextPattern_get_DocumentRange(
_hPattern
);
273
return UiaCoreApi.TextPattern_get_SupportedTextSelection(
_hPattern
);