2 writes to _navigationService
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1112
passwordBox.
_navigationService
= navService;
1116
passwordBox.
_navigationService
= null;
2 references to _navigationService
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1105
if (passwordBox.
_navigationService
!= null)
1107
passwordBox.
_navigationService
.Navigating -= new NavigatingCancelEventHandler(passwordBox.OnNavigating);