UI\Html32TextWriter.cs (8)
161AppendOtherTag(tag,_beforeContent,_afterContent);
163AppendOtherTag(tag,_beforeTag,_afterTag);
235AppendOtherTag("u", sbBegin, sbEnd);
238AppendOtherTag("i", sbBegin, sbEnd);
241AppendOtherTag("b", sbBegin, sbEnd);
244AppendOtherTag("strike", sbBegin, sbEnd);
542AppendOtherTag("tr", _beforeContent, _afterContent);
551AppendOtherTag("td", _beforeContent, _afterContent);