3 references to StreamToObjectFactoryDelegate
PresentationFramework (3)
MS\Internal\AppModel\MimeObjectFactory.cs (3)
64internal static void Register(ContentType contentType, StreamToObjectFactoryDelegate method) 81private static readonly Dictionary<ContentType, StreamToObjectFactoryDelegate> _objectConverters = new Dictionary<ContentType, StreamToObjectFactoryDelegate>(9, new ContentType.WeakComparer());