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