2 writes to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2363
add {
_navigationProgress
+= value; }
2364
remove {
_navigationProgress
-= value; }
2 references to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2388
if (
_navigationProgress
!= null)
2390
_navigationProgress
(INavigatorHost, e);