2 references to OnNavigating
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
1131passwordBox._navigationService.Navigating -= new NavigatingCancelEventHandler(passwordBox.OnNavigating); 1135navService.Navigating += new NavigatingCancelEventHandler(passwordBox.OnNavigating);