jcoliz / LogoSlideMaker

Logo Slide Maker is a Windows Desktop application to build, preview, and generate PowerPoint presentations containing logos with text.
https://apps.microsoft.com/detail/9p09gnvhnl72
MIT License
0 stars 0 forks source link

[UI] [Refactor] Use compiled bindings #43

Open jcoliz opened 3 months ago

jcoliz commented 3 months ago

It's 2024, why still using runtime bindings??

Also remember, compiled bindings default to onetime, which is almost never what we want.

jcoliz commented 3 months ago

See 4966 in https://github.com/microsoft/microsoft-ui-xaml/issues/. Cannot use converters with compiled bindings when the root is a window.