7 references to StreamToObjectFactoryDelegateCore
PresentationFramework (7)
MS\Internal\AppModel\MimeObjectFactory.cs (5)
42
StreamToObjectFactoryDelegateCore
d;
52
internal static void RegisterCore(ContentType contentType,
StreamToObjectFactoryDelegateCore
method)
60
StreamToObjectFactoryDelegateCore
methodCore = new StreamToObjectFactoryDelegateCore((Stream s, Uri baseUri, bool canUseTopLevelBrowser, bool sandboxExternalContent, bool allowAsync, bool isJournalNavigation, out XamlReader asyncObjectConverter, bool isUnsafe) => method(s, baseUri, canUseTopLevelBrowser, sandboxExternalContent, allowAsync, isJournalNavigation, out asyncObjectConverter));
76
private static readonly Dictionary<ContentType,
StreamToObjectFactoryDelegateCore
> _objectConvertersCore = new Dictionary<ContentType,
StreamToObjectFactoryDelegateCore
>(9, new ContentType.WeakComparer());
System\Windows\Application.cs (2)
1993
StreamToObjectFactoryDelegateCore
xamlFactoryDelegate = new StreamToObjectFactoryDelegateCore(AppModelKnownContentFactory.XamlConverterCore);
2001
StreamToObjectFactoryDelegateCore
htmlxappFactoryDelegate = new StreamToObjectFactoryDelegateCore(AppModelKnownContentFactory.HtmlXappConverterCore);