Method | Description | |
---|---|---|
KeyDown ( System.Windows.Input.KeyEventArgs args ) : void | ||
KeyProcessorInvoker ( IWpfTextView wpfTextView, IList |
||
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 |
Method | Description | |
---|---|---|
InvokeChain ( Action |
public KeyDown ( System.Windows.Input.KeyEventArgs args ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
return | void |
public KeyProcessorInvoker ( IWpfTextView wpfTextView, IList |
||
wpfTextView | IWpfTextView | |
keyProcessorProviders | IList |
|
return | System |
public KeyUp ( System.Windows.Input.KeyEventArgs args ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
return | void |
public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
return | void |
public PreviewKeyUp ( System.Windows.Input.KeyEventArgs args ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
return | void |
public PreviewTextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
return | void |
public PreviewTextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
return | void |
public PreviewTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
return | void |
public TextInput ( System.Windows.Input.TextCompositionEventArgs args ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
return | void |
public TextInputStart ( System.Windows.Input.TextCompositionEventArgs args ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
return | void |
public TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
return | void |