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)
243
Debug.Assert(
_document
!= null);
247
ITextSelection selection =
_document
.Selection;
283
Debug.Assert(
_document
!= null);
289
ITextRange range =
_document
.RangeFromPoint((int)screenLocation.X, (int)screenLocation.Y);
326
Debug.Assert(
_document
!= null);
329
ITextRange range =
_document
.Range(0, 0);
389
ITextRange range =
_document
.RangeFromPoint(x, y);
414
ITextRange rangeAdjust =
_document
.Range(0, range.Start - 1);
442
ITextRange rangeAdjust =
_document
.Range(range.End, end);
471
return
_document
;
524
if (
_document
== null)
538
if (
_document
== null)
557
ITextRange range =
_document
.Range(0, 0);
748
ITextSelection textSelection =
_document
.Selection;