1 write to WriteLength
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlStream.cs (1)
153WriteLength = WritePosition;
4 references to WriteLength
PresentationFramework (4)
src\Framework\System\Windows\Markup\XamlStream.cs (4)
151if (WritePosition > WriteLength) 188if( (!( WritePosition <= WriteLength )) 217if(!(ReadLength <= WriteLength)) 683return StreamManager.WriteLength;