3 overrides of ShouldReactToDirtyOverride
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1790internal override bool ShouldReactToDirtyOverride()
System\Windows\Data\MultiBindingExpression.cs (1)
1395internal override bool ShouldReactToDirtyOverride()
System\Windows\Data\PriorityBindingExpression.cs (1)
308internal override bool ShouldReactToDirtyOverride()
3 references to ShouldReactToDirtyOverride
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
1462return ShouldReactToDirtyOverride();
System\Windows\Data\MultiBindingExpression.cs (1)
1400if (!beb.ShouldReactToDirtyOverride())
System\Windows\Data\PriorityBindingExpression.cs (1)
312return (active != null) && active.ShouldReactToDirtyOverride();