2 writes to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2408add { _fragmentNavigation += value; } 2409remove { _fragmentNavigation -= value; }
2 references to _fragmentNavigation
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2431if (_fragmentNavigation != null) 2433_fragmentNavigation(this, e);