ActiproSoftware.Windows.Controls.SyntaxEditor.Indicators Namespace
Interfaces
IBookmarkIndicatorManager | Provides the base requirements for a class containing helper methods related to working with bookmark indicators. |
IBreakpointIndicatorManager | Provides the base requirements for a class containing helper methods related to working with breakpoint indicators. |
ICurrentStatementIndicatorManager | Provides the base requirements for a class containing helper methods related to working with a current statement indicator. |
IIndicatorManager | Provides the base requirements for a manager that works with the indicators associated with an IEditorDocument. |
ILineIndicatorManager<TTagger, TTag> | Provides the base requirements for a class containing helper methods related to working with an IEditorDocument's line-based indicators. |
ISingleTextRangeIndicatorManager<TTagger, TTag> | Provides the base requirements for a class containing helper methods related to working with an IEditorDocument's text range-based indicators, where a single indicator instance is ever present. |
ITextRangeIndicatorManager<TTagger, TTag> | Provides the base requirements for a class containing helper methods related to working with an IEditorDocument's text range-based indicators. |