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