2 writes to _fragmentNavigation
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2647
add {
_fragmentNavigation
+= value; }
2648
remove {
_fragmentNavigation
-= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2670
if (
_fragmentNavigation
!= null)
2672
_fragmentNavigation
(this, e);