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