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