6 writes to
System.Web.Mobile (6)
UI\MobileControls\Design\StylesEditorDialog.cs (5)
413_styleSheet[styleNode.RuntimeStyle.Name] = styleNode.RuntimeStyle; 454_tempStyleSheet[newStyle.Name] = newStyle; 728_tempStyleSheet[newValue] = SelectedStyle.RuntimeStyle; 735_tempStyleSheet[oldValue] = SelectedStyle.RuntimeStyle; 766_tempStyleSheet[newStyle.Name] = newStyle;
UI\MobileControls\StyleSheet.cs (1)
108this[name] = style;
23 references to
System.Web.Mobile (23)
UI\MobileControls\Design\Converters\StyleConverter.cs (1)
41System.Web.UI.MobileControls.Style style = (System.Web.UI.MobileControls.Style) _styleSheet[key];
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (2)
92System.Web.UI.MobileControls.Style style = styleSheet[key]; 111System.Web.UI.MobileControls.Style style = StyleSheet.Default[key];
UI\MobileControls\Design\StylesEditorDialog.cs (6)
373Style style = (Style) _styleSheet[key]; 419null == _styleSheet[_styleSheetDesigner.CurrentStyle.Name]) 434Style style = (Style) _styleSheet[key]; 1117if (null != StyleSheet.Default[reference]) 1119Style style = StyleSheet.Default[reference]; 1245Style style = styleSheet[reference];
UI\MobileControls\Design\StyleSheetDesigner.cs (10)
676Style style = (Style) _styleSheet[key]; 695styleTmp = _styleSheet[reference]; 737if (_styleSheet[_tmpCurrentStyle.Name] == null) 768return _styleSheet[styleName]; 779Style style = (Style) _styleSheet[deviceSpecificParentID]; 794Style style = (Style) _styleSheet[deviceSpecificParentID]; 869Style style = (Style) _styleSheet[key]; 1004_currentStyle = (Style) _styleSheet[key]; 1052Style style = (Style) _styleSheet[key]; 1130Style style = _styleSheet[key];
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
336Style style = styleSheet[key];
UI\MobileControls\Style.cs (2)
325_referredStyle = stylesheet[reference]; 331_referredStyle = StyleSheet.Default[reference];
UI\MobileControls\StyleSheet.cs (1)
125style = _externalStyleSheet[name];