The focus should leave on the axWindowsMediaPlayer1 control , the fullScreen of axWindowsMediaPlayer1 can take effect. You can adjust your code like below:
var win = new Window();
win.Show();
axWindowsMediaPlayer1.fullScreen = true;
Then with the new Window opened, the axWindowsMediaPlayer1 doesn't exits the full screen mode.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.