Look at it from the perspective of a parser, how else can the parser determine that it should render the text as HTML or as plain text?
It uses EnableHTML to turn it on or off and it looks if there is a closing tag when EnableHTML = true to determine if the cell contains HTML or not.