WPF KeyDown Detect se a chave de controle estiver inativa

if ((Keyboard.Modifiers & ModifierKeys.Control) == ModifierKeys.Control)
{

}
The Brick