You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked in test NoTranslationsWithReturnErrorInfo with repro.
My guess is that the static extension is called before the inheritance has trickled down when the control is buried deep in the visual tree.
A couple of alternative solutions:
Defer a check with DispatcherPriority.Loaded
Implement a subscription mechanism that updates the binding when ErrorHandling.Mode changes.
The text was updated successfully, but these errors were encountered:
Checked in test
NoTranslationsWithReturnErrorInfo
with repro.My guess is that the static extension is called before the inheritance has trickled down when the control is buried deep in the visual tree.
A couple of alternative solutions:
ErrorHandling.Mode
changes.The text was updated successfully, but these errors were encountered: