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