2 writes to Attributes
System.Web.Mobile (2)
UI\MobileControls\LiteralTextParser.cs (2)
75Attributes = null; 82Attributes = attributes;
2 references to Attributes
System.Web.Mobile (2)
UI\MobileControls\LiteralTextParser.cs (2)
104Object o = (Attributes != null) ? Attributes[attributeName] : null;