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