I am using SharpDx to render DX content to WPF application. When I set the window mode to Maximized in VS2010 the content does not show up until I manually adjust the window size. If I set the window mode to Normal in VS2010 it works fine. This happens in the SharpDX WPF sample also.
When using a maximized window mode, I can manually adjust size of window and then SharpDX content shows up.
When using a normal window, I can use the maximize button and everything works fine. This only happens when I set the window mode to Maximized inside VS2010 and try to run.