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