1 write to _pattern
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
39
_pattern
= pattern;
15 references to _pattern
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (15)
54
return range!=null ? new WindowsRichEditRange(range,
_pattern
) : null;
76
Misc.SetFocus(
_pattern
._hwnd);
167
return length > 0 ? new WindowsRichEditRange(range,
_pattern
) : null;
183
ITextRange visibleRange =
_pattern
.GetVisibleRange();
194
Misc.GetClientRectInScreenCoordinates(
_pattern
.WindowHandle, ref w32rect);
202
ITextRange range =
_pattern
.Document.Range(start, start);
235
return
_pattern
;
277
Misc.SetFocus(
_pattern
._hwnd);
295
Misc.SetFocus(
_pattern
._hwnd);
327
Misc.SetFocus(
_pattern
._hwnd);
349
Misc.SetFocus(
_pattern
._hwnd);
373
Misc.SetFocus(
_pattern
._hwnd);
516
return new WindowsRichEditRange(subrange,
_pattern
);
569
return new WindowsRichEditRange(subrange,
_pattern
);
922
if (
_pattern
.ReadOnly)