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