2 writes to
System.Web.Mobile (2)
UI\MobileControls\StyleSheet.cs (2)
180_styles[lowerName] = value; 427_styles[style.Name.ToLower(CultureInfo.InvariantCulture)] = style;
6 references to
System.Web.Mobile (6)
UI\MobileControls\StyleSheet.cs (6)
100if (_styles[lowerName] != null) 122Style style = (Style)_styles[name.ToLower(CultureInfo.InvariantCulture)]; 170if (_styles[lowerName] != null) 299Style style = _styles[key]; 712if (this[name] == null) 718this[name].SetControl(null);