Search notes:

System.Windows.Media.Visual (abstract class)

System.Windows.Media.Visual derives from System.Windows.DependencyObject`.
In WPF, Visual provides rendering, hit testing, coordinate transformation and bounding box calculations.
Apparently, Visual comes close to the concept of HWND.
Visual connects the managed part of WPF with the unmanaged milcore (DirectX).

Index