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

Fix for TextBox GPU memory leak #3060

Merged
merged 2 commits into from
Sep 25, 2017
Merged

Conversation

punker76
Copy link
Member

What changed?

  • Remove the BitmapCache at AdornerDecorator.CacheMode which is causing the GPU memory leak if the app will be minimized.
  • Set effect directly as DynamicResource and use po:Freeze="True" and x:Shared="False"

Closes #2990 TextBox memory leak

  use po:Freeze="True" and x:Shared="False" for effect
  TextBox memory leak
  Remove the BitmapCache at AdornerDecorator.CacheMode which is causing the GPU memory leak if the app will be minimized
@punker76 punker76 added this to the 1.6.0 milestone Sep 25, 2017
@punker76 punker76 merged commit 00f2b00 into develop Sep 25, 2017
@punker76 punker76 deleted the TextBox_WaitingForData_MemLeak branch October 5, 2017 22:00
@punker76 punker76 added the Bug label Feb 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant