2 writes to _length
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
203_length = (_resultStart == null) ? -1 : _resultStart.GetOffsetToPosition(_resultEnd); 227_length = (_compositionStart == null) ? -1 : _compositionStart.GetOffsetToPosition(_compositionEnd);
2 references to _length
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
102return (_ResultStart == null) ? -1 : _length; 139return (_CompositionStart == null) ? -1 : _length;