2 writes to _resultStart
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
194
_resultStart
= start.GetFrozenPointer(LogicalDirection.Backward);
218
_resultStart
= null;
5 references to _resultStart
PresentationFramework (5)
System\Windows\Documents\FrameworkTextComposition.cs (5)
202
_offset = (
_resultStart
== null) ? -1 :
_resultStart
.Offset;
203
_length = (
_resultStart
== null) ? -1 :
_resultStart
.GetOffsetToPosition(_resultEnd);
243
return
_resultStart
;