lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.47k stars 725 forks source link

Fix: Possible multiple invocations of the INavigationAware interface methods #1116

Closed textGamex closed 3 months ago

textGamex commented 3 months ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

When the View's DataContext is itself and the View implements the INavigationAware interface, the methods of the INavigationAware interface will be called twice.

Issue Number: #636

What is the new behavior?