2 writes to Type
System.Web.Mobile (2)
UI\MobileControls\LiteralTextParser.cs (2)
74Type = LiteralElementType.Text; 81Type = type;
4 references to Type
System.Web.Mobile (4)
UI\MobileControls\CompileLiteralTextParser.cs (1)
48switch (element.Type)
UI\MobileControls\LiteralTextParser.cs (2)
90return Type == LiteralElementType.Text; 320if (_currentTag.Type == tagType && isClosingTag)
UI\MobileControls\TextView.cs (1)
436if(element.Type == LiteralElementType.Anchor) {