2 instantiations of LiteralElement
System.Web.Mobile (2)
UI\MobileControls\LiteralTextParser.cs (2)
391_currentTag = new LiteralElement(tagType, attribs); 585ProcessElementInternal(new LiteralElement(text));
8 references to LiteralElement
System.Web.Mobile (8)
UI\MobileControls\CompileLiteralTextParser.cs (1)
44protected override void ProcessElement(LiteralElement element)
UI\MobileControls\LiteralTextParser.cs (5)
111protected abstract void ProcessElement(LiteralElement element); 115private LiteralElement _lastQueuedElement = null; 116private LiteralElement _currentTag = null; 589private void ProcessElementInternal(LiteralElement element) 674protected virtual bool IgnoreWhiteSpaceElement(LiteralElement element)
UI\MobileControls\TextView.cs (2)
431protected override void ProcessElement(LiteralElement element) 452protected override bool IgnoreWhiteSpaceElement(LiteralElement element)