2 writes to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2398add { _fragmentNavigation += value; } 2399remove { _fragmentNavigation -= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2421if (_fragmentNavigation != null) 2423_fragmentNavigation(this, e);