3 references to AppModelKnownContentFactory
PresentationFramework (3)
System\Windows\Application.cs (3)
2054
MimeObjectFactory.RegisterCore(MimeTypeMapper.BamlMime, new StreamToObjectFactoryDelegateCore(
AppModelKnownContentFactory
.BamlConverterCore));
2056
StreamToObjectFactoryDelegateCore xamlFactoryDelegate = new StreamToObjectFactoryDelegateCore(
AppModelKnownContentFactory
.XamlConverterCore);
2064
StreamToObjectFactoryDelegateCore htmlxappFactoryDelegate = new StreamToObjectFactoryDelegateCore(
AppModelKnownContentFactory
.HtmlXappConverterCore);