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