Browse Source
* Added unit test for AutoCompleteBox DataValidationErrors - checks that when the TextBox control's Errors are bound to the parent AutoCompleteBox, they get updated correctly in both parent AutoCompleteBox control and TextBox control * Fix issue with DataValidationErrors causing issues with AutoCompleteBox because of Bindings - when binding a control's DataValidationErrors.Errors property to the same property of another control, the use of a static bool flag "s_overridingErrors" was preventing the control with the Binding from being updated correctly - issue is resolved by replacing static bool flag with a private AttachedProperty<bool> in DataValidationErrors.cs * Clean up Asserts in previous AutoCompleteBoxTests.cs changespull/18767/head
committed by
GitHub
2 changed files with 33 additions and 5 deletions
Loading…
Reference in new issue