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