public int ReplaceAll(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options, System.Text.RegularExpressions.Regex Expression) { return(0); }
public int ReplaceAll(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options) { return(0); }
public bool Replace(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options, System.Text.RegularExpressions.Regex Expression) { return(false); }
public bool Replace(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options) { return(false); }
public int MarkAll(string String, River.Orqa.Editor.SearchOptions Options, System.Text.RegularExpressions.Regex Expression) { return(0); }
public int MarkAll(string String, River.Orqa.Editor.SearchOptions Options) { return(0); }