The periodagram is defined as $I(f)= \left |\frac{1}{N}\sum_{n=0}^{N-1} x[n]\exp(-j2\pi fn) \right |^2$. If we represent it based on sinusoidal functions we have $I(f)= [\frac{1}{N}(\sum_{n=0}^{N-1} x[n]\cos(2\pi fn))^2+(\sum_{n=0}^{N-1} x[n]\sin(2\pi fn))^2 ]$ Taking the derivative of the above with respect to $f$ yields $$\frac{\partial I(f)}{\partial f}= \frac{1}{N}[2(\sum_{n=0}^{N-1} ((x[n]\cos(2\pi fn))(-2\pi n\sin(2\pi fn))))+2(\sum_{n=0}^{N-1} ((x[n]\sin(2\pi fn))(2\pi n\cos(2\pi fn)))) ]$$
which is zero for all $f$. I think, I have made a mistake because periodagram is not a constant function for all $f$.