Property | Type | Description | |
---|---|---|---|
Find | System.Windows.Input.RoutedCommand | ||
MatchCaseProperty | |||
SearchPatternProperty | |||
UseRegexProperty | |||
WholeWordsProperty |
Property | Type | Description | |
---|---|---|---|
_buttonClose_Click | void | ||
_buttonFancyMode_Click | void | ||
_buttonNext_Click | void | ||
_buttonOpenSubMenu_Click | void | ||
_buttonPrev_Click | void | ||
_buttonReplaceAll_Click | void | ||
_buttonReplaceSingle_Click | void | ||
_currentDocument_TextChanged | void | ||
_cut | string | ||
_replace | void | ||
_replaceTextBox_GotFocus | void | ||
_replaceTextBox_LostFocus | void | ||
_replaceTextBox_PreviewKeyDown | void | ||
_searchPanel_KeyDown | void | ||
_searchPatternChangedCallback | void | ||
_searchTextBox_GotFocus | void | ||
_searchTextBox_LostFocus | void | ||
_searchTextBox_TextChanged | void | ||
_textArea_DocumentChanged | void | ||
_textArea_PreviewKeyDown | void |
Method | Description | |
---|---|---|
Attach ( |
||
Close ( ) : void | ||
CloseAndRemove ( ) : void | ||
DoSearch ( bool changeSelection ) : void | ||
FindNext ( ) : void | ||
FindPrevious ( ) : void | ||
OnPreviewCanExecuteHandler ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
OnPreviewExecutedEvent ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
Open ( ) : void | ||
SearchPanel ( ) : System | ||
SelectResult ( ICSharpCode.AvalonEdit.Search.SearchResult result ) : void | ||
UpdateSearch ( ) : void | ||
ValidateSearchText ( ) : void |
Method | Description | |
---|---|---|
OnSearchOptionsChanged ( |
Method | Description | |
---|---|---|
_buttonClose_Click ( object sender, |
||
_buttonFancyMode_Click ( object sender, |
||
_buttonNext_Click ( object sender, |
||
_buttonOpenSubMenu_Click ( object sender, |
||
_buttonPrev_Click ( object sender, |
||
_buttonReplaceAll_Click ( object sender, |
||
_buttonReplaceSingle_Click ( object sender, |
||
_currentDocument_TextChanged ( object sender, |
||
_cut ( string selectedText ) : string | ||
_replace ( TextSegment result ) : void | ||
_replaceTextBox_GotFocus ( object sender, |
||
_replaceTextBox_LostFocus ( object sender, |
||
_replaceTextBox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
_searchPanel_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
_searchPatternChangedCallback ( |
||
_searchTextBox_GotFocus ( object sender, |
||
_searchTextBox_LostFocus ( object sender, RoutedEventArgs e ) : void | ||
_searchTextBox_TextChanged ( object sender, TextChangedEventArgs e ) : void | ||
_textArea_DocumentChanged ( object sender, EventArgs e ) : void | ||
_textArea_PreviewKeyDown ( object sender, KeyEventArgs e ) : void |
public Attach ( |
||
textArea | ||
editor | TextEditor | |
return | void |
public DoSearch ( bool changeSelection ) : void | ||
changeSelection | bool | |
return | void |
public OnPreviewCanExecuteHandler ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.CanExecuteRoutedEventArgs | |
return | void |
public OnPreviewExecutedEvent ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.ExecutedRoutedEventArgs | |
return | void |
protected OnSearchOptionsChanged ( |
||
e | ||
return | void |
public SelectResult ( ICSharpCode.AvalonEdit.Search.SearchResult result ) : void | ||
result | ICSharpCode.AvalonEdit.Search.SearchResult | |
return | void |
public static RoutedCommand,System.Windows.Input Find | ||
return | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows MatchCaseProperty | ||
return |
public static DependencyProperty,System.Windows SearchPatternProperty | ||
return |
public static DependencyProperty,System.Windows UseRegexProperty | ||
return |