2 writes to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2300
add {
_navigationProgress
+= value; }
2301
remove {
_navigationProgress
-= value; }
2 references to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2325
if (
_navigationProgress
!= null)
2327
_navigationProgress
(INavigatorHost, e);