5 writes to _isBreakingReset
System.Web.Mobile (5)
UI\MobileControls\LiteralTextParser.cs (5)
246
_isBreakingReset
= true;
257
_isBreakingReset
= false;
340
_isBreakingReset
= true;
399
_isBreakingReset
= false;
583
_isBreakingReset
= false;
3 references to _isBreakingReset
System.Web.Mobile (3)
UI\MobileControls\LiteralTextParser.cs (3)
338
if (!
_isBreakingReset
)
397
if (
_isBreakingReset
&& tagType != LiteralElementType.Paragraph)
581
if (
_isBreakingReset
&& IsValidText(text))