2 instantiations of ObjectTargetConverter
PresentationFramework (2)
MS\Internal\Data\DefaultValueConverter.cs (2)
93return new ObjectTargetConverter(sourceType, engine); 246internal static readonly IValueConverter ValueConverterNotNeeded = new ObjectTargetConverter(typeof(object), null);