private void HandleVKey(object sender, KeyEventArgs e) { if (e.Key == Key.V && e.IsUp) { _scenePresenter.ToggleGeometryVisibility(); } }