2 writes to _length
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\SharedStream.cs (2)
69_length = length; 77_length = length;
7 references to _length
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\SharedStream.cs (7)
131return _length; 143if (value < 0 || value >= _length) 158long end = Math.Min(_position + 1, _length); 192long end = Math.Min(_position + count, _length); 249newPosition = _length + offset; 256if (newPosition < 0 || newPosition >= _length) 309if (_position >= 0 && _position < _length)