The DOMRenderContext represents the primary js.html.Element instance when DOM is the render context type of the Window.

You can convert from lime.graphics.RenderContext to DOMRenderContext directly if desired:

var dom:DOMRenderContext = window.context;