Property | Type | Description | |
---|---|---|---|
LocalizationProperty | |||
MarkerBrushProperty | |||
MatchCaseProperty | |||
SearchPatternProperty | |||
UseRegexProperty | |||
WholeWordsProperty |
Method | Description | |
---|---|---|
Attach ( |
Attaches this SearchPanel to a TextArea instance.
|
|
Close ( ) : void |
Closes the SearchPanel.
|
|
CloseAndRemove ( ) : void |
Closes the SearchPanel and removes it.
|
|
FindNext ( ) : void |
Moves to the next occurrence in the file.
|
|
FindPrevious ( ) : void |
Moves to the previous occurrence in the file.
|
|
OnApplyTemplate ( ) : void | ||
Open ( ) : void |
Opens the an existing search panel.
|
|
Reactivate ( ) : void |
Reactivates the SearchPanel by setting the focus on the search box and selecting all text.
|
Method | Description | |
---|---|---|
OnSearchOptionsChanged ( |
Raises the SearchPanel.SearchOptionsChanged event.
|
Method | Description | |
---|---|---|
DoSearch ( bool changeSelection ) : void | ||
MarkerBrushChangedCallback ( |
||
SearchLayerKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
SearchPanel ( ) : System | ||
SearchPatternChangedCallback ( |
||
SetResult ( ICSharpCode.AvalonEdit.Search.SearchResult result ) : void | ||
UpdateSearch ( ) : void | ||
ValidateSearchText ( ) : void | ||
textArea_DocumentChanged ( object sender, |
||
textArea_Document_TextChanged ( object sender, |
public Attach ( |
||
textArea | ||
return | void |
protected OnSearchOptionsChanged ( |
||
e | ||
return | void |
public static DependencyProperty,System.Windows LocalizationProperty | ||
return |
public static DependencyProperty,System.Windows MarkerBrushProperty | ||
return |
public static DependencyProperty,System.Windows MatchCaseProperty | ||
return |
public static DependencyProperty,System.Windows SearchPatternProperty | ||
return |
public static DependencyProperty,System.Windows UseRegexProperty | ||
return |