This user control is used to look up code entity references, code snippets, tokens, images, and table of content entries and allows them to be dragged and dropped into a topic editor window.
EntityReferencesControl

Namespace: SandcastleBuilder.WPF.UserControls
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 1.9.7.0

Syntax

C#
public class EntityReferencesControl : UserControl, 
	IComponentConnector
Visual Basic
Public Class EntityReferencesControl
	Inherits UserControl
	Implements IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  SandcastleBuilder.WPF.UserControls..::..EntityReferencesControl

See Also