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