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