2 references to DataSource
PresentationFramework (2)
MS\Internal\Data\XmlBindingWorker.cs (1)
235
if ((_xmlDataProvider = ParentBindingExpression.
DataSource
as XmlDataProvider) != null)
System\Windows\Data\BindingExpression.cs (1)
2695
return b.
DataSource
;