C# Class eXeMeL.ViewModel.EditorFindViewModel

Inheritance: ViewModelBase
Datei anzeigen Open project: Grandpappy/eXeMeL

Private Properties

Property Type Description
AutoFindTimer_Tick void
CancelSearch void
CancelSearchCommand_Execute void
FindNextCommand_CanExecute bool
FindNextCommand_Execute void
FindPreviousCommand_CanExecute bool
FindPreviousCommand_Execute void
HandleSetFindTextMessage void
IsSearchNeeded bool
IsSearchTextValidForAutomaticSearching bool
IsSearchTextValidForSearching bool
NavigateToCurrentMatch void
NavigateToFirstMatch void
NavigateToLastMatch void
NavigateToNextMatch void
NavigateToNoMatch void
NavigateToPreviousMatch void
PerformFindNextSearchAsync System.Threading.Tasks.Task
PerformFindPreviousSearch System.Threading.Tasks.Task
PerformSearchAsync System.Threading.Tasks.Task
SendNavigationMessageForCurrentMatch void
SendNavigationMessageForNoMatch void

Public Methods

Method Description
EditorFindViewModel ( ) : eXeMeL.Messages

Private Methods

Method Description
AutoFindTimer_Tick ( object sender, EventArgs e ) : void
CancelSearch ( ) : void
CancelSearchCommand_Execute ( ) : void
FindNextCommand_CanExecute ( ) : bool
FindNextCommand_Execute ( ) : void
FindPreviousCommand_CanExecute ( ) : bool
FindPreviousCommand_Execute ( ) : void
HandleSetFindTextMessage ( SetSearchTextMessage message ) : void
IsSearchNeeded ( ) : bool
IsSearchTextValidForAutomaticSearching ( ) : bool
IsSearchTextValidForSearching ( ) : bool
NavigateToCurrentMatch ( ) : void
NavigateToFirstMatch ( ) : void
NavigateToLastMatch ( ) : void
NavigateToNextMatch ( ) : void
NavigateToNoMatch ( ) : void
NavigateToPreviousMatch ( ) : void
PerformFindNextSearchAsync ( ) : System.Threading.Tasks.Task
PerformFindPreviousSearch ( ) : System.Threading.Tasks.Task
PerformSearchAsync ( ) : System.Threading.Tasks.Task
SendNavigationMessageForCurrentMatch ( ) : void
SendNavigationMessageForNoMatch ( ) : void

Method Details

EditorFindViewModel() public method

public EditorFindViewModel ( ) : eXeMeL.Messages
return eXeMeL.Messages