2 writes to _offset
PresentationFramework (2)
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (2)
234
_offset
= (_resultStart == null) ? -1 : _resultStart.Offset;
258
_offset
= (_compositionStart == null) ? -1 : _compositionStart.Offset;
2 references to _offset
PresentationFramework (2)
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (2)
110
return (_ResultStart == null) ? -1 :
_offset
;
147
return (_CompositionStart == null) ? -1 :
_offset
;