7 references to StreamToObjectFactoryDelegateCore
PresentationFramework (7)
MS\Internal\AppModel\MimeObjectFactory.cs (5)
41
StreamToObjectFactoryDelegateCore
d;
51
internal static void RegisterCore(ContentType contentType,
StreamToObjectFactoryDelegateCore
method)
59
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));
75
private static readonly Dictionary<ContentType,
StreamToObjectFactoryDelegateCore
> _objectConvertersCore = new Dictionary<ContentType,
StreamToObjectFactoryDelegateCore
>(9, new ContentType.WeakComparer());
System\Windows\Application.cs (2)
1983
StreamToObjectFactoryDelegateCore
xamlFactoryDelegate = new StreamToObjectFactoryDelegateCore(AppModelKnownContentFactory.XamlConverterCore);
1991
StreamToObjectFactoryDelegateCore
htmlxappFactoryDelegate = new StreamToObjectFactoryDelegateCore(AppModelKnownContentFactory.HtmlXappConverterCore);