2 writes to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2455add { _fragmentNavigation += value; } 2456remove { _fragmentNavigation -= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2478if (_fragmentNavigation != null) 2480_fragmentNavigation(this, e);