2 instantiations of SharedStream
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
143stream = new SharedStream(stream); 941binaryData = new SharedStream(_binaryReader.BaseStream, position, contentSize);
4 references to SharedStream
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
232SharedStream sharedStream = _binaryReader.BaseStream as SharedStream;
src\Framework\System\Windows\Markup\Baml2006\SharedStream.cs (2)
64SharedStream subStream = baseStream as SharedStream;