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