2 writes to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2294
add {
_navigationProgress
+= value; }
2295
remove {
_navigationProgress
-= value; }
2 references to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2319
if (
_navigationProgress
!= null)
2321
_navigationProgress
(INavigatorHost, e);