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