1 write to _styleSheet
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
108_styleSheet = stylesheet;
11 references to _styleSheet
System.Web.Mobile (11)
UI\MobileControls\Design\StylesEditorDialog.cs (11)
111_tempStyleSheet.Site = _styleSheet.Site; 319GenericUI.InitDialog(this, _styleSheet.Site); 321this.Text = _styleSheet.ID + " - " + SR.GetString(SR.StylesEditorDialog_Title); 370ICollection styles = _styleSheet.Styles; 373Style style = (Style) _styleSheet[key]; 409_styleSheet.Clear(); 413_styleSheet[styleNode.RuntimeStyle.Name] = styleNode.RuntimeStyle; 414styleNode.RuntimeStyle.SetControl(_styleSheet); 419null == _styleSheet[_styleSheetDesigner.CurrentStyle.Name]) 430ICollection styles = _styleSheet.Styles; 434Style style = (Style) _styleSheet[key];