2 writes to _resultStart
PresentationFramework (2)
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (2)
226
_resultStart
= start.GetFrozenPointer(LogicalDirection.Backward);
250
_resultStart
= null;
5 references to _resultStart
PresentationFramework (5)
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (5)
234
_offset = (
_resultStart
== null) ? -1 :
_resultStart
.Offset;
235
_length = (
_resultStart
== null) ? -1 :
_resultStart
.GetOffsetToPosition(_resultEnd);
275
return
_resultStart
;