public void PaintToOutputWindowFullMode()
        {
            Rectangle rect = new Rectangle(0, 0, rootGraphic.Width, rootGraphic.Height);

            rootGraphic.InvalidateGraphicArea(
                rootGraphic.TopWindowRenderBox,
                ref rect);
            this.PaintToOutputWindow();
        }