Esempio n. 1
0
 void findForm_FindNextClick(object sender, FindContentEventArgs e)
 {
     FindText(_textAreaBody, e.FindContent, _textAreaBody.CaretIndex, e.CaseSensitive,
              e.FindDirection == FindContentEventArgs.Direction.Up);
 }
Esempio n. 2
0
 void findForm_FindNextClick(object sender, FindContentEventArgs e)
 {
     FindText(_textAreaBody, e.FindContent, _textAreaBody.CaretIndex, e.CaseSensitive,
         e.FindDirection == FindContentEventArgs.Direction.Up);
 }