2 types derived from LiteralTextParser
System.Web.Mobile (2)
UI\MobileControls\CompileLiteralTextParser.cs (1)
25internal class CompileLiteralTextParser : LiteralTextParser
UI\MobileControls\TextView.cs (1)
421private class TextViewLiteralTextParser : LiteralTextParser
3 references to LiteralTextParser
System.Web.Mobile (3)
UI\MobileControls\DeviceSpecificChoice.cs (1)
657if (LiteralTextParser.IsValidText(text))
UI\MobileControls\LiteralTextContainerControlBuilder.cs (1)
67if (LiteralTextParser.IsValidText(text))
UI\MobileControls\LiteralTextParser.cs (1)
98return IsText && !LiteralTextParser.IsValidText(Text);