3 writes to StreamSource
PresentationCore.Tests (2)
System\Windows\Media\Imaging\BitmapImage.Tests.cs (2)
27
image.
StreamSource
= stream;
44
image.
StreamSource
= stream;
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
158
newImage.
StreamSource
= stream;
5 references to StreamSource
PresentationCore (3)
System\Windows\Media\Imaging\BitmapImage.cs (3)
72
if (UriSource == null &&
StreamSource
== null)
156
StreamSource
== null &&
338
StreamSource
,
PresentationCore.Tests (2)
System\Windows\Media\Imaging\BitmapImage.Tests.cs (2)
51
Assert.NotNull(image.
StreamSource
);
107
Assert.Null(image.
StreamSource
);