2 writes to _resultStart
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
199
_resultStart
= start.GetFrozenPointer(LogicalDirection.Backward);
223
_resultStart
= null;
5 references to _resultStart
PresentationFramework (5)
System\Windows\Documents\FrameworkTextComposition.cs (5)
207
_offset = (
_resultStart
== null) ? -1 :
_resultStart
.Offset;
208
_length = (
_resultStart
== null) ? -1 :
_resultStart
.GetOffsetToPosition(_resultEnd);
248
return
_resultStart
;