1 write to UseDivsForBreaks
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
343
writer.
UseDivsForBreaks
= (String)Device[XhtmlConstants.BreaksOnInlineElements] == "true";
2 references to UseDivsForBreaks
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
107
String br = writer.
UseDivsForBreaks
? "</div><div>" : "<br/>";
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
594
if (
UseDivsForBreaks
) {