1 write to _document
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
492_document = obj as ITextDocument;
14 references to _document
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (14)
227Debug.Assert(_document != null); 231ITextSelection selection = _document.Selection; 267Debug.Assert(_document != null); 273ITextRange range = _document.RangeFromPoint((int)screenLocation.X, (int)screenLocation.Y); 310Debug.Assert(_document != null); 313ITextRange range = _document.Range(0, 0); 345ITextRange range = _document.RangeFromPoint(x, y); 370ITextRange rangeAdjust = _document.Range(0, range.Start - 1); 398ITextRange rangeAdjust = _document.Range(range.End, end); 427return _document; 480if (_document == null) 493if (_document == null) 511ITextRange range = _document.Range(0, 0); 702ITextSelection textSelection = _document.Selection;