2 implementations of IStreamInfo
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\BamlStream.cs (1)
32internal class BamlStream : Stream, IStreamInfo
src\Framework\MS\Internal\Navigation\BindStream.cs (1)
30internal class BindStream : Stream, IStreamInfo
8 references to IStreamInfo
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\BamlStream.cs (1)
66Assembly IStreamInfo.Assembly
src\Framework\MS\Internal\Navigation\BindStream.cs (3)
459Assembly IStreamInfo.Assembly 466IStreamInfo streamInfo = _stream as IStreamInfo;
src\Framework\System\Windows\Application.cs (2)
533IStreamInfo bamlStream = stream as IStreamInfo;
src\Framework\System\Windows\Markup\XamlReader.cs (2)
988IStreamInfo streamInfo = stream as IStreamInfo;