Function TextEdit.highlightAllOccurrences
If true, all occurrences of the selected text will be highlighted.
bool highlightAllOccurrences() nothrow @property @nogc;
void highlightAllOccurrences
(
bool v
) nothrow @property @nogc;