3 references to GetObjectAndCloseStreamCore
PresentationFramework (3)
MS\Internal\AppModel\MimeObjectFactory.cs (1)
31
return
GetObjectAndCloseStreamCore
(s, contentType, baseUri, canUseTopLevelBrowser, sandboxExternalContent, allowAsync, isJournalNavigation, out asyncObjectConverter, false);
System\Windows\Navigation\NavigationService.cs (1)
2877
Object o = MimeObjectFactory.
GetObjectAndCloseStreamCore
(bindStream, contentType, destinationUri, canUseTopLevelBrowserForHTMLRendering, sandBoxContent, true /*allowAsync*/, IsJournalNavigation(navigateInfo), out _asyncObjectConverter, IsUnsafe);
System\Windows\ResourceDictionary.cs (1)
218
ResourceDictionary loadedRD = MimeObjectFactory.
GetObjectAndCloseStreamCore
(s, contentType, uri, false, false, false /*allowAsync*/, false /*isJournalNavigation*/, out asyncObjectConverter, IsUnsafe)