C# 클래스 IntelliFind.IntelliFindControl

Interaction logic for IntelliFindControl.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: FrankBakkerNl/IntelliFind 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
IntelliFindControl ( ) : System

Initializes a new instance of the IntelliFindControl class.

비공개 메소드들

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

메소드 상세

IntelliFindControl() 공개 메소드

Initializes a new instance of the IntelliFindControl class.
public IntelliFindControl ( ) : System
리턴 System