2 writes to _length
PresentationFramework (2)
System\Windows\Markup\Baml2006\SharedStream.cs (2)
59
_length
= length;
67
_length
= length;
7 references to _length
PresentationFramework (7)
System\Windows\Markup\Baml2006\SharedStream.cs (7)
121
return
_length
;
133
if (value < 0 || value >=
_length
)
148
long end = Math.Min(_position + 1,
_length
);
173
long end = Math.Min(_position + count,
_length
);
230
newPosition =
_length
+ offset;
237
if (newPosition < 0 || newPosition >=
_length
)
290
if (_position >= 0 && _position <
_length
)