Browse Source
Markup such as `<TextBlock TextBox.Text="foo"/>` was resolving the `TextBlock.Text` attached property to `TemplatedControl.Text` but according to tests against WPF this shouldn't be allowed. Fixed by not searching base classes when resolving attached properties.fixes/7925-attached-property-syntax
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue