C# Class VS_QuickNavigation.QuickMethodToolWindowControl

Interaction logic for QuickMethodToolWindowControl.
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: thennequin/VS-QuickNavigation Class Usage Examples

Public Methods

Method Description
QuickMethodToolWindowControl ( QuickMethodToolWindow oParent, bool searchInSolution, SymbolData supportedSymbolTypes ) : System

Private Methods

Method Description
OpenCurrentSelection ( ) : void
RefreshResults ( ) : void
listView_KeyDown ( object sender, System e ) : void
listView_MouseDoubleClick ( object sender, System e ) : void
textBox_KeyDown ( object sender, System e ) : void
textBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

QuickMethodToolWindowControl() public method

public QuickMethodToolWindowControl ( QuickMethodToolWindow oParent, bool searchInSolution, SymbolData supportedSymbolTypes ) : System
oParent QuickMethodToolWindow
searchInSolution bool
supportedSymbolTypes SymbolData
return System