public static bool IsShiftUp(this KeyboardState KeyState) { return(KeyState.IsShiftDown() == false); }