2 writes to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2402add { _fragmentNavigation += value; } 2403remove { _fragmentNavigation -= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2425if (_fragmentNavigation != null) 2427_fragmentNavigation(this, e);