C# 클래스 VSEmbed.Exports.KeyProcessorInvoker

상속: KeyProcessor
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InvokeChain ( Action invoker ) : bool

메소드 상세

KeyDown() 공개 메소드

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

KeyProcessorInvoker() 공개 메소드

public KeyProcessorInvoker ( IWpfTextView wpfTextView, IList keyProcessorProviders ) : System
wpfTextView IWpfTextView
keyProcessorProviders IList
리턴 System

KeyUp() 공개 메소드

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

PreviewKeyDown() 공개 메소드

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

PreviewKeyUp() 공개 메소드

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

PreviewTextInput() 공개 메소드

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

PreviewTextInputStart() 공개 메소드

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

PreviewTextInputUpdate() 공개 메소드

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

TextInput() 공개 메소드

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

TextInputStart() 공개 메소드

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

TextInputUpdate() 공개 메소드

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