1 write to _textParser
System.Web.Mobile (1)
UI\MobileControls\LiteralTextContainerControlBuilder.cs (1)
46
_textParser
=
6 references to _textParser
System.Web.Mobile (6)
UI\MobileControls\LiteralTextContainerControlBuilder.cs (6)
44
if (
_textParser
== null)
50
_textParser
.ResetBreaking();
51
_textParser
.ResetNewParagraph();
54
return
_textParser
;
95
if (
_textParser
!= null)
97
_textParser
.ResetBreaking();