Commit 5df62fa
Feature - Blurry Dialog Background (#3738)
* Cleanup of launchSettings and Cards Page in Demo
* Revert "Cleanup of launchSettings and Cards Page in Demo"
This reverts commit ede38d4.
* -added DPs to DialogHost ("ApplyBlurBackground" and "BlurRadius")
-added DialogBackgroundBlurConverter
-Blurry Background working for both the "normal" DialogHost Style and the "MaterialDesignEmbeddedDialogHost"
* Added static "Instance" member to "DialogBackgroundBlurConverter"
* code cleanup in DialogHost.cs and DialogHost-Style
* cleanup demo app
* converter nullability
* Update src/MaterialDesignThemes.Wpf/Converters/DialogBackgroundBlurConverter.cs
converter nullability
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
---------
Co-authored-by: Corvin Szimion <corvin.szimion@whw.de>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>1 parent ff4418f commit 5df62fa
File tree
3 files changed
+65
-5
lines changed- src/MaterialDesignThemes.Wpf
- Converters
- Themes
3 files changed
+65
-5
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
601 | 619 | | |
602 | 620 | | |
603 | 621 | | |
| |||
624 | 642 | | |
625 | 643 | | |
626 | 644 | | |
627 | | - | |
| 645 | + | |
628 | 646 | | |
629 | 647 | | |
630 | 648 | | |
631 | 649 | | |
632 | 650 | | |
633 | 651 | | |
634 | | - | |
| 652 | + | |
635 | 653 | | |
636 | 654 | | |
637 | 655 | | |
| |||
958 | 976 | | |
959 | 977 | | |
960 | 978 | | |
961 | | - | |
| 979 | + | |
962 | 980 | | |
963 | 981 | | |
964 | 982 | | |
| |||
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| |||
380 | 388 | | |
381 | 389 | | |
382 | 390 | | |
383 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
384 | 400 | | |
385 | 401 | | |
386 | 402 | | |
| |||
0 commit comments