C# Class 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

Inheritance: ViewModelBase
Afficher le fichier Open project: chenguanzhou/MarkDownEditor

Méthodes publiques

Свойство Type Description
currentMatch int

Méthodes publiques

Méthode Description
Cleanup ( ) : void
FindReplaceViewModel ( ) : GalaSoft.MvvmLight

Initializes a new instance of the MainViewModel class.

Private Methods

Méthode Description
ClearFindState ( ) : void
GetRegEx ( string textToFind ) : Regex
SourceCode_TextChanged ( object sender, EventArgs e ) : void
UpdateCommandsState ( ) : void

Method Details

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

FindReplaceViewModel() public méthode

Initializes a new instance of the MainViewModel class.
public FindReplaceViewModel ( ) : GalaSoft.MvvmLight
Résultat GalaSoft.MvvmLight

Property Details

currentMatch public_oe property

public int currentMatch
Résultat int