C# Class ICSharpCode.AvalonEdit.Search.SearchInputHandler

TextAreaInputHandler that registers all search-related commands.
Inheritance: ICSharpCode.AvalonEdit.Editing.TextAreaInputHandler
Mostra file Open project: gilgame/SEWorkbench Class Usage Examples

Public Methods

Method Description
Open ( ) : void
SearchInputHandler ( TextArea textArea ) : System

Creates a new SearchInputHandler and registers the search-related commands.

Private Methods

Method Description
ExecuteCloseSearchPanel ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteFind ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteFindNext ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteFindPrevious ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
RegisterCommands ( ICollection commandBindings ) : void

Method Details

Open() public method

public Open ( ) : void
return void

SearchInputHandler() public method

Creates a new SearchInputHandler and registers the search-related commands.
public SearchInputHandler ( TextArea textArea ) : System
textArea ICSharpCode.AvalonEdit.Editing.TextArea
return System