3 overrides of ShouldReactToDirtyOverride
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1818internal override bool ShouldReactToDirtyOverride()
System\Windows\Data\MultiBindingExpression.cs (1)
1396internal override bool ShouldReactToDirtyOverride()
System\Windows\Data\PriorityBindingExpression.cs (1)
316internal override bool ShouldReactToDirtyOverride()
3 references to ShouldReactToDirtyOverride
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
1464return ShouldReactToDirtyOverride();
System\Windows\Data\MultiBindingExpression.cs (1)
1401if (!beb.ShouldReactToDirtyOverride())
System\Windows\Data\PriorityBindingExpression.cs (1)
320return (active != null) && active.ShouldReactToDirtyOverride();