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