2 implementations of IStreamInfo
PresentationFramework (2)
MS\Internal\AppModel\BamlStream.cs (1)
25
internal class BamlStream : Stream,
IStreamInfo
MS\Internal\Navigation\BindStream.cs (1)
27
internal class BindStream : Stream,
IStreamInfo
8 references to IStreamInfo
PresentationFramework (8)
MS\Internal\AppModel\BamlStream.cs (1)
53
Assembly
IStreamInfo
.Assembly
MS\Internal\Navigation\BindStream.cs (3)
437
Assembly
IStreamInfo
.Assembly
444
IStreamInfo
streamInfo = _stream as
IStreamInfo
;
System\Windows\Application.cs (2)
461
IStreamInfo
bamlStream = stream as
IStreamInfo
;
System\Windows\Markup\XamlReader.cs (2)
1054
IStreamInfo
streamInfo = stream as
IStreamInfo
;