6 references to StreamToObjectFactoryDelegate
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\MimeObjectFactory.cs (4)
48
StreamToObjectFactoryDelegate
d;
59
internal static void Register(ContentType contentType,
StreamToObjectFactoryDelegate
method)
75
private static readonly Dictionary<ContentType,
StreamToObjectFactoryDelegate
> _objectConverters = new Dictionary<ContentType,
StreamToObjectFactoryDelegate
>(5, new ContentType.WeakComparer());
src\Framework\System\Windows\Application.cs (2)
2229
StreamToObjectFactoryDelegate
xamlFactoryDelegate = new StreamToObjectFactoryDelegate(AppModelKnownContentFactory.XamlConverter);
2237
StreamToObjectFactoryDelegate
htmlxappFactoryDelegate = new StreamToObjectFactoryDelegate(AppModelKnownContentFactory.HtmlXappConverter);