C# 클래스 MarkDownEditor.ViewModel.FindReplaceViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

상속: ViewModelBase
파일 보기 프로젝트 열기: chenguanzhou/MarkDownEditor

공개 프로퍼티들

프로퍼티 타입 설명
currentMatch int

공개 메소드들

메소드 설명
Cleanup ( ) : void
FindReplaceViewModel ( ) : GalaSoft.MvvmLight

Initializes a new instance of the MainViewModel class.

비공개 메소드들

메소드 설명
ClearFindState ( ) : void
GetRegEx ( string textToFind ) : Regex
SourceCode_TextChanged ( object sender, EventArgs e ) : void
UpdateCommandsState ( ) : void

메소드 상세

Cleanup() 공개 메소드

public Cleanup ( ) : void
리턴 void

FindReplaceViewModel() 공개 메소드

Initializes a new instance of the MainViewModel class.
public FindReplaceViewModel ( ) : GalaSoft.MvvmLight
리턴 GalaSoft.MvvmLight

프로퍼티 상세

currentMatch 공개적으로 프로퍼티

public int currentMatch
리턴 int