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)
466int n = (_sources != null) ? _sources.Length : 0; 475DependencyObject d = _sources[k].DependencyObject; 478result[j++] = new DependencySource(d, _sources[k].DependencyProperty); 2019get { return _sources; }