C# Class Microsoft.DwayneNeed.Controls.VisualTargetPresentationSource

The VisualTargetPresentationSource represents the root of a visual subtree owned by a different thread that the visual tree in which is is displayed.
A HostVisual belongs to the same UI thread that owns the visual tree in which it resides. A HostVisual can reference a VisualTarget owned by another thread. A VisualTarget has a root visual. VisualTargetPresentationSource wraps the VisualTarget and enables basic functionality like Loaded, which depends on a PresentationSource being available.
Inheritance: System.Windows.PresentationSource
Show file Open project: cplotts/WPFSLBlendModeFx

Public Methods

Method Description
VisualTargetPresentationSource ( System.Windows.Media.HostVisual hostVisual ) : System

Protected Methods

Method Description
GetCompositionTargetCore ( ) : CompositionTarget

Method Details

GetCompositionTargetCore() protected method

protected GetCompositionTargetCore ( ) : CompositionTarget
return System.Windows.Media.CompositionTarget

VisualTargetPresentationSource() public method

public VisualTargetPresentationSource ( System.Windows.Media.HostVisual hostVisual ) : System
hostVisual System.Windows.Media.HostVisual
return System