2 writes to _navigationService
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1107
passwordBox.
_navigationService
= navService;
1111
passwordBox.
_navigationService
= null;
1 reference to _navigationService
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
1102
passwordBox.
_navigationService
?.Navigating -= new NavigatingCancelEventHandler(passwordBox.OnNavigating);