C# Класс VSEmbed.Roslyn.RoslynKeyProcessor

Наследование: VSEmbed.Editor.ChainedKeyProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
KeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
RoslynKeyProcessor ( IWpfTextView wpfTextView, IComponentModel mef ) : System
TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void

Защищенные методы

Метод Описание
AddAltShiftCommand ( Key key, string methodName ) : void
AddCommand ( Key key, string methodName ) : void
AddCommand ( ModifierKeys modifiers, Key key, string methodName ) : void
AddControlCommand ( Key key, string methodName ) : void
AddControlShiftCommand ( Key key, string methodName ) : void
AddIntCommand ( ModifierKeys modifiers, Key key, string methodName, int count ) : void
AddShiftCommand ( Key key, string methodName ) : void

Приватные методы

Метод Описание
AddShortcuts ( ) : void
CreateInstanceNonPublic ( Type type ) : object

Описание методов

AddAltShiftCommand() защищенный Метод

protected AddAltShiftCommand ( Key key, string methodName ) : void
key Key
methodName string
Результат void

AddCommand() защищенный Метод

protected AddCommand ( Key key, string methodName ) : void
key Key
methodName string
Результат void

AddCommand() защищенный Метод

protected AddCommand ( ModifierKeys modifiers, Key key, string methodName ) : void
modifiers ModifierKeys
key Key
methodName string
Результат void

AddControlCommand() защищенный Метод

protected AddControlCommand ( Key key, string methodName ) : void
key Key
methodName string
Результат void

AddControlShiftCommand() защищенный Метод

protected AddControlShiftCommand ( Key key, string methodName ) : void
key Key
methodName string
Результат void

AddIntCommand() защищенный Метод

protected AddIntCommand ( ModifierKeys modifiers, Key key, string methodName, int count ) : void
modifiers ModifierKeys
key Key
methodName string
count int
Результат void

AddShiftCommand() защищенный Метод

protected AddShiftCommand ( Key key, string methodName ) : void
key Key
methodName string
Результат void

KeyDown() публичный Метод

public KeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.KeyEventArgs
targetBuffer ITextBuffer
next System.Action
Результат void

RoslynKeyProcessor() публичный Метод

public RoslynKeyProcessor ( IWpfTextView wpfTextView, IComponentModel mef ) : System
wpfTextView IWpfTextView
mef IComponentModel
Результат System

TextInput() публичный Метод

public TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void
args System.Windows.Input.TextCompositionEventArgs
targetBuffer ITextBuffer
next System.Action
Результат void