2 writes to _navigationProgress
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2546
add {
_navigationProgress
+= value; }
2547
remove {
_navigationProgress
-= value; }
2 references to _navigationProgress
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2571
if (
_navigationProgress
!= null)
2573
_navigationProgress
(INavigatorHost, e);