2 writes to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2438add { _fragmentNavigation += value; } 2439remove { _fragmentNavigation -= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2461if (_fragmentNavigation != null) 2463_fragmentNavigation(this, e);