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