Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichTextArea and Binding performance improvements #1917

Merged
merged 2 commits into from
Mar 31, 2021

Conversation

cwensley
Copy link
Member

  • When loading a large RTF it can get really slow looking up win32 font names if they don't match the WPF source name, or if the font doesn't exist.
  • When an object binding is changed, we now only retrieve the current value if actually requested for the Changing/Changed events. Additionally, the Binding.Changing and Binding.Changed events are rarely even used.

@cwensley cwensley merged commit 332ad15 into picoe:develop Mar 31, 2021
@cwensley cwensley deleted the curtis/rta-and-binding-performance branch March 31, 2021 18:27
@cwensley cwensley added this to the 2.5.11 milestone Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant