Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public fields | Properties | Public Member Functions | Protected Member Functions | List of all members
TextEditor.FindAndReplaceForm Class Reference

Source files:
Inheritance diagram for TextEditor.FindAndReplaceForm:

Public fields

bool _lastSearchWasBackward = false
 
bool _lastSearchLoopedAround
 

Properties

bool ReplaceMode [get, set]
 
string LookFor [get]
 

Public Member Functions

void ShowFor (TextEditorControl editor, bool replaceMode)
 
TextRange FindNext (bool viaF3, bool searchBackward, string messageIfNotFound)
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Member Function Documentation

override void TextEditor.FindAndReplaceForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.