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