C# Class Editor4ArtOfWords.AvalonEditorControl

AvalonEditorControl.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
AvalonEditorControl ( AvalonEditorViewModel model ) : System

Private Methods

Method Description
Document_Changed ( object sender, ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs e ) : void
Editor_PreviewGotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
ExecuteSearch ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
TextView_ScrollOffsetChanged ( object sender, EventArgs e ) : void
_menuCopy_Click ( object sender, RoutedEventArgs e ) : void
_menuCut_Click ( object sender, RoutedEventArgs e ) : void
_menuPaste_Click ( object sender, RoutedEventArgs e ) : void
_menuSelectAll_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AvalonEditorControl() public method

public AvalonEditorControl ( AvalonEditorViewModel model ) : System
model Editor4ArtOfWords.Model.AvalonEditorViewModel
return System