Method |
Description |
|
EndOfLine ( Place p ) : Place |
|
|
Find ( string pattern, FindNextDirection direction ) : void |
|
|
FindForm_FormClosing ( object sender, FormClosingEventArgs e ) : void |
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor. |
|
NextPlace ( Place p ) : Place |
|
|
PrevPlace ( Place p ) : Place |
|
|
ResetSearch ( ) : void |
|
|
StartOfLine ( Place p ) : Place |
|
|
TbFindOnTextChanged ( object sender, EventArgs eventArgs ) : void |
|
|
TryFindNext ( string pattern, RegexOptions opt, FindNextDirection direction, Range range, Place &foundMatchPlace ) : bool |
|
|
btClose_Click ( object sender, EventArgs e ) : void |
|
|
btFindAll_Click ( object sender, EventArgs e ) : void |
|
|
btFindNext_Click ( object sender, EventArgs e ) : void |
|
|
btFindPrevious_Click ( object sender, EventArgs e ) : void |
|
|
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void |
|
|
tbFind_KeyPress ( object sender, KeyPressEventArgs e ) : void |
|
|