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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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