public WordRangeDamager(HtmlEditorControl editorControl, MshtmlEditor mshtmlControl) { _editorControl = editorControl; _mshtmlEditor = mshtmlControl; damageQueue = new DamageRegionQueue(); Reset(); }