C# Class VSEmbed.Exports.KeyProcessorInvoker

Inheritance: KeyProcessor
Datei anzeigen Open project: SLaks/VSEmbed

Public Methods

Method 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

Method Description
InvokeChain ( Action invoker ) : bool

Method Details

KeyDown() public method

public KeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
return void

KeyProcessorInvoker() public method

public KeyProcessorInvoker ( IWpfTextView wpfTextView, IList keyProcessorProviders ) : System
wpfTextView IWpfTextView
keyProcessorProviders IList
return System

KeyUp() public method

public KeyUp ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
return void

PreviewKeyDown() public method

public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
return void

PreviewKeyUp() public method

public PreviewKeyUp ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
return void

PreviewTextInput() public method

public PreviewTextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
return void

PreviewTextInputStart() public method

public PreviewTextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
return void

PreviewTextInputUpdate() public method

public PreviewTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
return void

TextInput() public method

public TextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
return void

TextInputStart() public method

public TextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
return void

TextInputUpdate() public method

public TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void
args System.Windows.Input.TextCompositionEventArgs
return void