It's because VSync was turned on and the frame is updating only 60 FPS because your monitors refresh rate is 60 Hz. Look in help how to disable VSync

btw, VSync is disabled in fullscreen mode
Thanks. This line did the job.
graphics.SynchronizeWithVerticalRetrace = false;