1 write to _document
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
537_document = obj as ITextDocument;
14 references to _document
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (14)
243Debug.Assert(_document != null); 247ITextSelection selection = _document.Selection; 283Debug.Assert(_document != null); 289ITextRange range = _document.RangeFromPoint((int)screenLocation.X, (int)screenLocation.Y); 326Debug.Assert(_document != null); 329ITextRange range = _document.Range(0, 0); 389ITextRange range = _document.RangeFromPoint(x, y); 414ITextRange rangeAdjust = _document.Range(0, range.Start - 1); 442ITextRange rangeAdjust = _document.Range(range.End, end); 471return _document; 524if (_document == null) 538if (_document == null) 557ITextRange range = _document.Range(0, 0); 748ITextSelection textSelection = _document.Selection;