3 references to DynamicConverter
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (3)
488if (!HasValue(Feature.DynamicConverter)) 492SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 494return (DynamicValueConverter)GetValue(Feature.DynamicConverter, null);