2 writes to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2395add { _fragmentNavigation += value; } 2396remove { _fragmentNavigation -= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2418if (_fragmentNavigation != null) 2420_fragmentNavigation(this, e);