2 writes to _length
PresentationFramework (2)
System\Windows\Markup\Baml2006\SharedStream.cs (2)
60
_length
= length;
68
_length
= length;
7 references to _length
PresentationFramework (7)
System\Windows\Markup\Baml2006\SharedStream.cs (7)
122
return
_length
;
134
if (value < 0 || value >=
_length
)
149
long end = Math.Min(_position + 1,
_length
);
174
long end = Math.Min(_position + count,
_length
);
231
newPosition =
_length
+ offset;
238
if (newPosition < 0 || newPosition >=
_length
)
291
if (_position >= 0 && _position <
_length
)