C# Class IntelliFind.IntelliFindControl

Interaction logic for IntelliFindControl.
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: FrankBakkerNl/IntelliFind Class Usage Examples

Private Properties

Свойство Type Description
AddToListView void
CancelButton_OnClick void
CreateListViewItem System.Windows.Controls.ListViewItem
DisplayDiagnostics void
DisplayResultAsync Task
ExecuteSearch Task
GlobalsComboBox_OnSelectionChanged void
IntelliFindControl_KeyUp void
LoadGlobals void
MakeEnumerable IEnumerable
ModeComboBox_SelectionChanged void
Replace Task
ReplaceButton_Click void
ResetCancellationToken System.Threading.CancellationToken
SearchButton_Click void
TextBoxInput_OnSelectionChanged void
TextBoxInput_OnTextChanged void
ValidateScript Task
WaitForNextPageRequest Task

Méthodes publiques

Méthode Description
IntelliFindControl ( ) : System

Initializes a new instance of the IntelliFindControl class.

Private Methods

Méthode Description
AddToListView ( object item ) : void
CancelButton_OnClick ( object sender, RoutedEventArgs e ) : void
CreateListViewItem ( object item ) : System.Windows.Controls.ListViewItem
DisplayDiagnostics ( IEnumerable diagnostics ) : void
DisplayResultAsync ( object scriptResult, CancellationToken cancellationToken ) : Task
ExecuteSearch ( ) : Task
GlobalsComboBox_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
IntelliFindControl_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
LoadGlobals ( ) : void
MakeEnumerable ( object input ) : IEnumerable
ModeComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Replace ( string findExpression, string replaceExpression, CancellationToken cancellationToken ) : Task
ReplaceButton_Click ( object sender, RoutedEventArgs e ) : void
ResetCancellationToken ( ) : CancellationToken

Cancells any pending operation and creates a new CancellationToken for a new Cancellable operation

SearchButton_Click ( object sender, RoutedEventArgs e ) : void
TextBoxInput_OnSelectionChanged ( object sender, RoutedEventArgs e ) : void
TextBoxInput_OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
ValidateScript ( ) : Task
WaitForNextPageRequest ( int pageLimit ) : Task

Method Details

IntelliFindControl() public méthode

Initializes a new instance of the IntelliFindControl class.
public IntelliFindControl ( ) : System
Résultat System