MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
14.82k stars 3.4k forks source link

Move MaterialDesignCharacterCounterTextBlock back out to global scope #3618

Open nicolaihenriksen opened 2 days ago

nicolaihenriksen commented 2 days ago

Fixes #3613

Moving this particular style under the TextBox style was apparently a breaking change for some. This PR moves just that style (and its required converter) back out to the global scope.

This also means the AutoSuggestBox no longer needs its own copy of it.

nicolaihenriksen commented 2 days ago

Temporarily closed and re-opened to kick off a new PR verification run; it seems GitHub was having trouble starting the first one...