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