|
|
|
@ -107,6 +107,7 @@ namespace ICSharpCode.XamlBinding |
|
|
|
if (highlighter != null) { |
|
|
|
if (highlighter != null) { |
|
|
|
highlighter.Dispose(); |
|
|
|
highlighter.Dispose(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (results.Count > 0) |
|
|
|
callback(new SearchedFile(fileName, results)); |
|
|
|
callback(new SearchedFile(fileName, results)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|