2 references to BamlConverterCore
PresentationFramework (2)
MS\Internal\AppModel\AppModelKnownContentFactory.cs (1)
30return BamlConverterCore(stream, baseUri, canUseTopLevelBrowser, sandboxExternalContent, allowAsync, isJournalNavigation, out asyncObjectConverter, false);
System\Windows\Application.cs (1)
2054MimeObjectFactory.RegisterCore(MimeTypeMapper.BamlMime, new StreamToObjectFactoryDelegateCore(AppModelKnownContentFactory.BamlConverterCore));