I have a full-screen window, using this code:
WindowStyle = System.Windows.WindowStyle.None;
WindowState = System.Windows.WindowState.Maximized;
Topmost = true;
It works ok under Win7, but under WinXP some window elements don't get redrawn when the window goes fullscreen. Is there any way to force window to make full redraw and layout update?
UPD all is redrawn ok, if I switch to another app with Atl-Tab and then back to mine