1 override of SourcePropertyType
PresentationFramework (1)
MS\Internal\Data\ClrBindingWorker.cs (1)
112
internal override Type
SourcePropertyType
2 references to SourcePropertyType
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (2)
479
SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.
SourcePropertyType
, Worker.TargetPropertyType), null);
1824
Type sourceType = Worker.
SourcePropertyType
;