Click or drag to resize
DigitalRuneWpfEnvironment Class
Provides an execution environment for a WPF application in a Windows Forms application.
Inheritance Hierarchy
SystemObject
  DigitalRune.Graphics.InteropWpfEnvironment

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static class WpfEnvironment

The WpfEnvironment type exposes the following members.

Methods
  NameDescription
Public methodStatic memberShutdown
Shuts down the WPF environment.
Public methodStatic memberStartup
Initializes the WPF environment.
Top
Properties
  NameDescription
Public propertyStatic memberApplication
Gets or sets the WPF application.
Public propertyStatic memberDispatcher
Gets the dispatcher of the WPF thread.
Public propertyStatic memberForm
Gets or sets the Windows Forms main window (for example, the XNA game window).
Top
See Also