In This Article

EditorOutliningMargin Class

Represents a default implementation of an outlining margin for an IEditorView.

public class EditorOutliningMargin : EditorViewMarginBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IEditorViewMargin, ITextViewMargin, IOrderable, IKeyedObject
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control EditorViewMarginBase Object
Implements:
IEditorViewMargin ITextViewMargin IOrderable IKeyedObject

Constructors

EditorOutliningMargin(IEditorView)

Initializes an instance of the EditorOutliningMargin class.

public EditorOutliningMargin(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView that will host the margin.

Methods

Draw(TextViewDrawContext)

Draws the margin and its content.

public override void Draw(TextViewDrawContext context)
Parameter Type Description
context TextViewDrawContext

The TextViewDrawContext to use for rendering.

OnCreateAutomationPeer()

Returns an System.Windows.Automation.Peers.AutomationPeer object for this control instance.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

System.Windows.Automation.Peers.AutomationPeer:

An System.Windows.Automation.Peers.AutomationPeer instance.

UpdateVisibility()

Updates the visibility of the margin.

public override void UpdateVisibility()

Inherited Members

Extension Methods