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