5 references to DependsOn
System.Data (5)
fx\src\data\System\Data\DataColumn.cs (1)
777
if (newExpression != null && newExpression.
DependsOn
(this)) {
fx\src\data\System\Data\DataColumnCollection.cs (2)
327
if (column.DataExpression.
DependsOn
(column)) {
491
if ((expr!= null) && (expr.
DependsOn
(column))) {
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
231
return this.column.DataExpression.
DependsOn
(column);
fx\src\data\System\Data\Filter\NameNode.cs (1)
133
return this.column.DataExpression.
DependsOn
(column);