1 write to ReadLength
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlStream.cs (1)
215
ReadLength
= position;
6 references to ReadLength
PresentationFramework (6)
src\Framework\System\Windows\Markup\XamlStream.cs (6)
190
(!( WritePosition >=
ReadLength
)) )
207
if(!(
ReadLength
<= position))
217
if(!(
ReadLength
<= WriteLength))
251
if(!(count + ReadPosition <=
ReadLength
))
345
(!(ReadPosition <
ReadLength
)))
849
return StreamManager.
ReadLength
;