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