2 writes to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2307
add {
_navigationProgress
+= value; }
2308
remove {
_navigationProgress
-= value; }
2 references to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2332
if (
_navigationProgress
!= null)
2334
_navigationProgress
(INavigatorHost, e);