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 issue #19 - Memory Leak issues caused by Name or x:Name Area reference #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 18, 2020

  1. fixed.

    (usage of Name or x:Name) make AreaControl instance static. Now NotificationArea implements IDisposable to make sure it's removed from MotificationManager's cache when Area is disposed.
    A specific dependency property AreaName was added and used instead of Name and X.Name
    rogiardi committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    290a855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2599a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d01c36 View commit details
    Browse the repository at this point in the history