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)
227
Debug.Assert(
_document
!= null);
231
ITextSelection selection =
_document
.Selection;
267
Debug.Assert(
_document
!= null);
273
ITextRange range =
_document
.RangeFromPoint((int)screenLocation.X, (int)screenLocation.Y);
310
Debug.Assert(
_document
!= null);
313
ITextRange range =
_document
.Range(0, 0);
345
ITextRange range =
_document
.RangeFromPoint(x, y);
370
ITextRange rangeAdjust =
_document
.Range(0, range.Start - 1);
398
ITextRange rangeAdjust =
_document
.Range(range.End, end);
427
return
_document
;
480
if (
_document
== null)
493
if (
_document
== null)
511
ITextRange range =
_document
.Range(0, 0);
702
ITextSelection textSelection =
_document
.Selection;