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