3 overrides of ShouldReactToDirtyOverride
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1827internal override bool ShouldReactToDirtyOverride()
System\Windows\Data\MultiBindingExpression.cs (1)
1407internal override bool ShouldReactToDirtyOverride()
System\Windows\Data\PriorityBindingExpression.cs (1)
323internal override bool ShouldReactToDirtyOverride()
3 references to ShouldReactToDirtyOverride
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
1472return ShouldReactToDirtyOverride();
System\Windows\Data\MultiBindingExpression.cs (1)
1412if (!beb.ShouldReactToDirtyOverride())
System\Windows\Data\PriorityBindingExpression.cs (1)
327return (active != null) && active.ShouldReactToDirtyOverride();