2 writes to _navigationService
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1128passwordBox._navigationService = navService; 1132passwordBox._navigationService = null;
2 references to _navigationService
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1121if (passwordBox._navigationService != null) 1123passwordBox._navigationService.Navigating -= new NavigatingCancelEventHandler(passwordBox.OnNavigating);