1 write to _document
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
491_document = obj as ITextDocument;
14 references to _document
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (14)
226Debug.Assert(_document != null); 230ITextSelection selection = _document.Selection; 266Debug.Assert(_document != null); 272ITextRange range = _document.RangeFromPoint((int)screenLocation.X, (int)screenLocation.Y); 309Debug.Assert(_document != null); 312ITextRange range = _document.Range(0, 0); 344ITextRange range = _document.RangeFromPoint(x, y); 369ITextRange rangeAdjust = _document.Range(0, range.Start - 1); 397ITextRange rangeAdjust = _document.Range(range.End, end); 426return _document; 479if (_document == null) 492if (_document == null) 510ITextRange range = _document.Range(0, 0); 705ITextSelection textSelection = _document.Selection;