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