1 write to _sources
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
2431_sources = newSources;
5 references to _sources
PresentationFramework (5)
System\Windows\Data\BindingExpressionBase.cs (5)
452int n = (_sources != null) ? _sources.Length : 0; 461DependencyObject d = _sources[k].DependencyObject; 464result[j++] = new DependencySource(d, _sources[k].DependencyProperty); 2020get { return _sources; }