C# Class VSEmbed.Exports.KeyProcessorInvoker

Inheritance: KeyProcessor
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode Description
KeyDown ( System.Windows.Input.KeyEventArgs args ) : void
KeyProcessorInvoker ( IWpfTextView wpfTextView, IList keyProcessorProviders ) : System
KeyUp ( System.Windows.Input.KeyEventArgs args ) : void
PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
PreviewKeyUp ( System.Windows.Input.KeyEventArgs args ) : void
PreviewTextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void
PreviewTextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void
PreviewTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void
TextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void
TextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void
TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void

Private Methods

Méthode Description
InvokeChain ( Action invoker ) : bool

Method Details

KeyDown() public méthode

public KeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
Résultat void

KeyProcessorInvoker() public méthode

public KeyProcessorInvoker ( IWpfTextView wpfTextView, IList keyProcessorProviders ) : System
wpfTextView IWpfTextView
keyProcessorProviders IList
Résultat System

KeyUp() public méthode

public KeyUp ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
Résultat void

PreviewKeyDown() public méthode

public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
Résultat void

PreviewKeyUp() public méthode

public PreviewKeyUp ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
Résultat void

PreviewTextInput() public méthode

public PreviewTextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
Résultat void

PreviewTextInputStart() public méthode

public PreviewTextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
Résultat void

PreviewTextInputUpdate() public méthode

public PreviewTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
Résultat void

TextInput() public méthode

public TextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
Résultat void

TextInputStart() public méthode

public TextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
Résultat void

TextInputUpdate() public méthode

public TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
Résultat void