Reduce accesses of TextBlock.Inlines
#13824
Labels
area/performance 📈
Categorizes an issue or PR as relevant to performance
area/skia ✏️
Categorizes an issue or PR as relevant to Skia
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/enhancement
New feature or request
What would you like to be added
https://github.com/unoplatform/uno/blob/e8befba2450ba358c10e96cb6b263ffccaa294f1/src/Uno.UI/UI/Xaml/Controls/TextBlock/TextVisual.skia.cs#L34C11-L34C18
Inlines is accessed for every TextBlock that will be drawn. That has a significant negative performance impact.
Why is this needed
No response
For which platform
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: