1 write to _sources
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2430
_sources
= newSources;
5 references to _sources
PresentationFramework (5)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (5)
466
int n = (
_sources
!= null) ?
_sources
.Length : 0;
475
DependencyObject d =
_sources
[k].DependencyObject;
478
result[j++] = new DependencySource(d,
_sources
[k].DependencyProperty);
2019
get { return
_sources
; }