3 writes to Start
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (3)
163
range.
Start
= range.End - length;
339
_range.
Start
= cp<storyLength ? cp : storyLength-1;
1362
subrange.
Start
= start;
31 references to Start
UIAutomationClientsideProviders (31)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (6)
290
Debug.Assert(range.
Start
== range.End);
396
int start = range.
Start
;
401
range.SetRange(range.End, range.
Start
);
409
if (start != range.
Start
)
414
ITextRange rangeAdjust = _document.Range(0, range.
Start
- 1);
417
while (gotPoint && Misc.PtInRect(ref rect, x, y) && rangeAdjust.
Start
!= rangeAdjust.End)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (25)
69
int e1 = (endpoint == TextPatternRangeEndpoint.Start) ? _range.
Start
: _range.End;
70
int e2 = (targetEndpoint == TextPatternRangeEndpoint.Start) ? otherRange._range.
Start
: otherRange._range.End;
89
_range.SetRange(Math.Max(charRange.
Start
, paraRange.
Start
), Math.Min(charRange.End, paraRange.End));
153
int max = range.End - range.
Start
;
158
range.End = range.
Start
+ length;
184
int start = Math.Max(_range.
Start
, visibleRange.
Start
);
250
int start = _range.
Start
;
261
range.End = range.
Start
+ maxLength;
331
int cp = (targetEndpoint == TextPatternRangeEndpoint.Start) ? range.
Start
: range.End;
494
start = subrange.
Start
;
535
int limit = _range.
Start
; // cache the limit of our search range.
551
start = subrange.
Start
;
732
int start = range.
Start
;
1032
if (_range.
Start
< _range.End)
1043
if (_range.
Start
< _range.End)
1150
if (charMoved == 1 && (paraMoved == 0 || charRange.
Start
<= paraRange.
Start
))
1179
if (charMoved == -1 && (paraMoved == 0 || charRange.
Start
>= paraRange.
Start
))
1349
if (subrange.
Start
<= start)
1360
if (subrange.
Start
< start)
1372
int start = lineRange.
Start
;
1388
range.SetRange(range.End, range.
Start
);