You combine the way you differentiate a function of two variables with the chain rule.
I find it best to explain this with differentials (others may disagree, and provide another answer with a rigorous proof).
If you have a function $f(x,y)$ of two variables and want to know how small changes in $x$ and $y$ cause $f$ to change you calculate
$$
df = \frac{\partial f}{\partial x} dx
+ \frac{\partial f}{\partial y} dy
$$
Then if each of $x$ and $y$ depends on some parameter $t$ you know
$$
\frac{df}{dt} = \frac{\partial f}{\partial x} \frac{dx}{dt}
+ \frac{\partial f}{\partial y} \frac{dy}{dt} .
$$
You can see how your (confusingly written) expression matches this pattern. There the dependence of the second variable on the parameter is simply $y = t$ so $dy/dt = 1$.