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