2 references to _objectConverters
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\MimeObjectFactory.cs (2)
49
if (
_objectConverters
.TryGetValue(contentType, out d))
61
_objectConverters
[contentType] = method;