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)
226
Debug.Assert(
_document
!= null);
230
ITextSelection selection =
_document
.Selection;
266
Debug.Assert(
_document
!= null);
272
ITextRange range =
_document
.RangeFromPoint((int)screenLocation.X, (int)screenLocation.Y);
309
Debug.Assert(
_document
!= null);
312
ITextRange range =
_document
.Range(0, 0);
344
ITextRange range =
_document
.RangeFromPoint(x, y);
369
ITextRange rangeAdjust =
_document
.Range(0, range.Start - 1);
397
ITextRange rangeAdjust =
_document
.Range(range.End, end);
426
return
_document
;
479
if (
_document
== null)
492
if (
_document
== null)
510
ITextRange range =
_document
.Range(0, 0);
705
ITextSelection textSelection =
_document
.Selection;