2 writes to _currentTag
System.Web.Mobile (2)
UI\MobileControls\LiteralTextParser.cs (2)
323_currentTag = null; 391_currentTag = new LiteralElement(tagType, attribs);
10 references to _currentTag
System.Web.Mobile (10)
UI\MobileControls\LiteralTextParser.cs (10)
316if (_currentTag != null) 320if (_currentTag.Type == tagType && isClosingTag) 322ProcessElementInternal(_currentTag); 407return _currentTag != null; 574if (_currentTag != null) 577_currentTag.Text += text; 633if (_currentTag != null) 640if (!_currentTag.IsEmptyText) 642ProcessTagInnerText(_currentTag.Text); 644_currentTag.Text = String.Empty;