2 writes to _length
PresentationFramework (2)
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (2)
235
_length
= (_resultStart == null) ? -1 : _resultStart.GetOffsetToPosition(_resultEnd);
259
_length
= (_compositionStart == null) ? -1 : _compositionStart.GetOffsetToPosition(_compositionEnd);
2 references to _length
PresentationFramework (2)
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (2)
126
return (_ResultStart == null) ? -1 :
_length
;
163
return (_CompositionStart == null) ? -1 :
_length
;