Rather than embarking on some involved computations of conditional distributions, one can rely on one of the main assets of Gaussian families:
In a Gaussian family, conditioning acts as a linear projection.
Hence, as the OP suggested, one should start from a representation of $(X,Y)$ by standard i.i.d. Gaussian random variables $U$ and $V$, for example
$$
X=\mu_x+\sigma_xU,\quad
Y=\mu_y+\sigma_y(\rho U+\tau V),\quad \tau=\sqrt{1-\rho^2}.
$$
Since $\sigma_x\ne0$, the sigma-algebra generated by $X$ is also the sigma-algebra generated by $U$ hence conditioning by $X$ or by $U$ is the same. Furthermore, constants and functions of $X$ or $U$ are $U$ measurable while functions of $V$ are independent on $U$, thus,
$$
\mathrm E(Y\mid X)=\mu_y+\sigma_y(\rho U+\tau \mathrm E(V))=\mu_y+\sigma_y \rho U,
$$
which is equivalent to
$$
\color{red}{\mathrm E(Y\mid X)=\mu_y+\rho\frac{\sigma_y}{\sigma_x}(X-\mu_x)}.
$$
Likewise, in conditional variances conditionally on $X$, deterministic functions of $X$ or $U$ should be considered as constants, hence their conditional variance is zero, and functions of $V$ are independent on $X$, hence their conditional variance is their variance. Thus,
$$
\mbox{Var}(Y\mid X)=\mbox{Var}(\sigma_y\tau V\mid X)=\sigma_y^2\tau^2\mbox{Var}(V\mid X)=\sigma_y^2\tau^2\mbox{Var}(V),
$$
hence
$$
\color{red}{\mbox{Var}(Y\mid X)=\sigma_y^2(1-\rho^2)}.
$$
Finally, the event $A=[X>\mu_x,Y>\mu_y]$ is also
$$
A=[U>0,\rho U+\tau V>0].
$$
To evaluate $\mathrm P(A)$, one can turn to the planar representation of couples of independent standard Gaussian random variables, which says in particular that the distribution of $(U,V)$ is invariant by rotations. The event $A$ means that the direction of the vector $(U,V)$ is between the angle $\vartheta$ in $(-\pi/2,\pi/2)$ such that $\tan(\vartheta)=-\rho/\tau$, and the angle $\pi/2$. Thus,
$\mathrm P(A)=(\pi/2-\vartheta)/(2\pi)$,
hence
$$
\color{red}{\mathrm P(X>\mu_x,Y>\mu_y)=\frac14+\frac1{2\pi}\arcsin\rho}.
$$
Numerical application: $\mu_x=2$, $\mu_y=-1$, $\sigma_x=2$, $\sigma_y=1$ and $\rho=-\sqrt3/2$, hence
$$
\mathrm E(Y\mid X)=-1+\sqrt3/2-(\sqrt3/4)X,\quad
\mbox{Var}(Y\mid X)=1/4,
$$
and $\tau=1/2$, hence $\vartheta=\pi/3$ and $\mathrm P(A)=1/12$.