2 references to SourceValue
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
547
value = bindingExpression.
SourceValue
;
1795
_value = (bindingExpression != null) ? bindingExpression.
SourceValue
: DependencyProperty.UnsetValue;