2 writes to _navigationService
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
1159passwordBox._navigationService = navService; 1163passwordBox._navigationService = null;
2 references to _navigationService
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
1152if (passwordBox._navigationService != null) 1154passwordBox._navigationService.Navigating -= new NavigatingCancelEventHandler(passwordBox.OnNavigating);