4 references to Paragraph
System.Web.Mobile (4)
UI\MobileControls\LiteralTextParser.cs (4)
137
_recognizedTags.Add("p", LiteralElementType.
Paragraph
);
138
_recognizedTags.Add("P", LiteralElementType.
Paragraph
);
334
case LiteralElementType.
Paragraph
:
397
if (_isBreakingReset && tagType != LiteralElementType.
Paragraph
)