2 writes to _navigationService
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1136
passwordBox.
_navigationService
= navService;
1140
passwordBox.
_navigationService
= null;
2 references to _navigationService
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1129
if (passwordBox.
_navigationService
!= null)
1131
passwordBox.
_navigationService
.Navigating -= new NavigatingCancelEventHandler(passwordBox.OnNavigating);