3 references to StreamResourceInfo
PresentationFramework (3)
System\Windows\Application.cs (3)
587
return (part == null) ? null : new
StreamResourceInfo
(part.GetSeekableStream(), part.ContentType);
619
return (part == null) ? null : new
StreamResourceInfo
(part.GetSeekableStream(), part.ContentType);
703
return (stream == null) ? null : new
StreamResourceInfo
(stream, sooPart.ContentType);