2 references to OnRequerySuggested
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
991
typedSource.PrivateRequerySuggested += new EventHandler(
OnRequerySuggested
);
1000
typedSource.PrivateRequerySuggested -= new EventHandler(
OnRequerySuggested
);