2 references to GetObjectAndCloseStreamCore
PresentationFramework (2)
MS\Internal\AppModel\MimeObjectFactory.cs (1)
32
return
GetObjectAndCloseStreamCore
(s, contentType, baseUri, canUseTopLevelBrowser, sandboxExternalContent, allowAsync, isJournalNavigation, out asyncObjectConverter, false);
System\Windows\ResourceDictionary.cs (1)
219
ResourceDictionary loadedRD = MimeObjectFactory.
GetObjectAndCloseStreamCore
(s, contentType, uri, false, false, false /*allowAsync*/, false /*isJournalNavigation*/, out asyncObjectConverter, IsUnsafe)