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