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)
54return range!=null ? new WindowsRichEditRange(range, _pattern) : null; 76Misc.SetFocus(_pattern._hwnd); 167return length > 0 ? new WindowsRichEditRange(range, _pattern) : null; 183ITextRange visibleRange = _pattern.GetVisibleRange(); 194Misc.GetClientRectInScreenCoordinates(_pattern.WindowHandle, ref w32rect); 202ITextRange range = _pattern.Document.Range(start, start); 235return _pattern; 277Misc.SetFocus(_pattern._hwnd); 295Misc.SetFocus(_pattern._hwnd); 327Misc.SetFocus(_pattern._hwnd); 349Misc.SetFocus(_pattern._hwnd); 373Misc.SetFocus(_pattern._hwnd); 516return new WindowsRichEditRange(subrange, _pattern); 569return new WindowsRichEditRange(subrange, _pattern); 922if (_pattern.ReadOnly)