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