2 references to GetObjectAndCloseStream
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3172
Object o = MimeObjectFactory.
GetObjectAndCloseStream
(bindStream, contentType, destinationUri, CanUseTopLevelBrowserForHTMLRendering(), sandBoxContent, true /*allowAsync*/, IsJournalNavigation(navigateInfo), out _asyncObjectConverter);
src\Framework\System\Windows\ResourceDictionary.cs (1)
228
ResourceDictionary loadedRD = MimeObjectFactory.
GetObjectAndCloseStream
(s, contentType, uri, false, false, false /*allowAsync*/, false /*isJournalNavigation*/, out asyncObjectConverter)