4 references to Anchor
System.Web.Mobile (4)
UI\MobileControls\CompileLiteralTextParser.cs (1)
60case LiteralElementType.Anchor:
UI\MobileControls\LiteralTextParser.cs (2)
140_recognizedTags.Add("a", LiteralElementType.Anchor); 141_recognizedTags.Add("A", LiteralElementType.Anchor);
UI\MobileControls\TextView.cs (1)
436if(element.Type == LiteralElementType.Anchor) {