Replies: 1 comment 1 reply
-
This seems to be the related GitHub issue: #5457 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have checked source code of MAUI and it does an interesting thing when setting background for WinUI buttons:
And RefreshThemeResources is implemented as follows:
This implementation was introduced in dotnet/maui#7820 (comment) which mentions
Obviously, I can't check that internal link so I'm interested if we can do now better given that 2 years passed since this was implemented.
Does anyone know how to improve this implementation? I ask because in my layout, 180 ms is taken by
RefreshThemeResources
calls.Beta Was this translation helpful? Give feedback.
All reactions