C# Class MarkPad.Document.Controls.MarkdownEditor

Afficher le fichier Open project: Code52/DownmarkerWPF

Méthodes publiques

Свойство Type Description
DocumentProperty System.Windows.DependencyProperty
EditorFontSizeProperty DependencyProperty
FloatingToolbarEnabledProperty DependencyProperty
IndentTypeProperty DependencyProperty
IsColorsInvertedProperty DependencyProperty
PairedCharsHighlightProviderProperty DependencyProperty
SpellcheckProviderProperty DependencyProperty

Méthodes publiques

Méthode Description
MarkdownEditor ( ) : System

Private Methods

Méthode Description
CanEditDocument ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
EditorContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void
EditorLoaded ( object sender, RoutedEventArgs e ) : void
EditorPreviewKeyDown ( object sender, KeyEventArgs e ) : void
GetSelectedText ( ) : string
HandleEditorMouseMove ( object sender, MouseEventArgs e ) : void
HandleEditorPreviewMouseLeftButtonDown ( object sender, MouseEventArgs e ) : void
HandleMouseUp ( object sender, MouseButtonEventArgs e ) : void
RemoveCodeBlock ( string replace, int numberSpaces ) : void
SelectionChanged ( object sender, EventArgs e ) : void
SetHyperlink ( ) : void
ShowFloatingToolBar ( ) : void
SpellcheckerWordClick ( object sender, RoutedEventArgs e ) : void
TextAreaTextEntering ( object sender, TextCompositionEventArgs e ) : void
ToggleBold ( ) : void
ToggleCode ( ) : void
ToggleCodeBlock ( ) : void
ToggleItalic ( ) : void

Method Details

MarkdownEditor() public méthode

public MarkdownEditor ( ) : System
Résultat System

Property Details

DocumentProperty public_oe static_oe property

public static DependencyProperty,System.Windows DocumentProperty
Résultat System.Windows.DependencyProperty

EditorFontSizeProperty public_oe static_oe property

public static DependencyProperty EditorFontSizeProperty
Résultat DependencyProperty

FloatingToolbarEnabledProperty public_oe static_oe property

public static DependencyProperty FloatingToolbarEnabledProperty
Résultat DependencyProperty

IndentTypeProperty public_oe static_oe property

public static DependencyProperty IndentTypeProperty
Résultat DependencyProperty

IsColorsInvertedProperty public_oe static_oe property

public static DependencyProperty IsColorsInvertedProperty
Résultat DependencyProperty

PairedCharsHighlightProviderProperty public_oe static_oe property

public static DependencyProperty PairedCharsHighlightProviderProperty
Résultat DependencyProperty

SpellcheckProviderProperty public_oe static_oe property

public static DependencyProperty SpellcheckProviderProperty
Résultat DependencyProperty