C# 클래스 eXeMeL.ViewModel.EditorFindViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Grandpappy/eXeMeL

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
EditorFindViewModel ( ) : eXeMeL.Messages

비공개 메소드들

메소드 설명
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

메소드 상세

EditorFindViewModel() 공개 메소드

public EditorFindViewModel ( ) : eXeMeL.Messages
리턴 eXeMeL.Messages