4 writes to _shouldEnsureStyle
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (4)
161
_shouldEnsureStyle
= true;
168
_shouldEnsureStyle
= true;
244
_shouldEnsureStyle
= value;
282
_shouldEnsureStyle
= false;
2 references to _shouldEnsureStyle
System.Web.Mobile (2)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
240
return
_shouldEnsureStyle
;
276
if (
_shouldEnsureStyle
)