2 writes to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2466add { _fragmentNavigation += value; } 2467remove { _fragmentNavigation -= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2489if (_fragmentNavigation != null) 2491_fragmentNavigation(this, e);