AvalonEdit
StackedInputHandlers Property
NamespacesICSharpCode.AvalonEdit.EditingTextAreaStackedInputHandlers
Gets the list of currently active stacked input handlers.
Declaration Syntax
C#Visual BasicVisual C++
public ImmutableStack<TextAreaStackedInputHandler> StackedInputHandlers { get; }
Public ReadOnly Property StackedInputHandlers As ImmutableStack(Of TextAreaStackedInputHandler)
	Get
public:
property ImmutableStack<TextAreaStackedInputHandler^>^ StackedInputHandlers {
	ImmutableStack<TextAreaStackedInputHandler^>^ get ();
}
Remarks

There is one active input handler per text area (ActiveInputHandler), plus a number of active stacked input handlers.

The text area also stores a reference to a default input handler, but that is not necessarily active.

Stacked input handlers work in addition to the set of currently active handlers (without detaching them). They are detached in the reverse order of being attached.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238