2 writes to _offset
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
207
_offset
= (_resultStart == null) ? -1 : _resultStart.Offset;
231
_offset
= (_compositionStart == null) ? -1 : _compositionStart.Offset;
2 references to _offset
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
91
return (_ResultStart == null) ? -1 :
_offset
;
128
return (_CompositionStart == null) ? -1 :
_offset
;