Variable EditBox._matchingBraces

class EditBox
{
  // ...
  TextRange _matchingBraces;
  // ...
}