2 writes to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2354
add {
_navigationProgress
+= value; }
2355
remove {
_navigationProgress
-= value; }
2 references to _navigationProgress
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2379
if (
_navigationProgress
!= null)
2381
_navigationProgress
(INavigatorHost, e);