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