1 write to _styleSheet
System.Web.Mobile (1)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
152_styleSheet = (System.Web.UI.MobileControls.StyleSheet) component;
48 references to _styleSheet
System.Web.Mobile (48)
UI\MobileControls\Design\StyleSheetDesigner.cs (48)
162TemplateStyle = (String) IMobileWebFormServices.GetCache(_styleSheet.ID, _templateStyle); 165_styleSheet.ID, 240IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, (Object) this.TemplateStyle); 245IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, null); 255if (MobilePage != null && MobilePage.StyleSheet == _styleSheet) 267if (control is StyleSheet && _newStyleSheet == null && control != _styleSheet) 360if (MobilePage != null && MobilePage.StyleSheet == _styleSheet) 388if (MobilePage.StyleSheet == _styleSheet) 390if (!(_styleSheet.Parent is MobilePage 391|| _styleSheet.Parent is MobileUserControl)) 411else if (_styleSheet.Parent is MobilePage || 412_styleSheet.Parent is MobileUserControl) 415MobilePage.StyleSheet = _styleSheet; 448|| _styleSheet.DuplicateStyles.Count > 0; 460foreach(Style style in _styleSheet.DuplicateStyles) 517else if(_styleSheet.DuplicateStyles.Count > 0) 549_styleSheet.Site.Name, 580_styleSheet.Site.Name, 593_styleSheet.Site.Name, 672ICollection styles = _styleSheet.Styles; 676Style style = (Style) _styleSheet[key]; 695styleTmp = _styleSheet[reference]; 737if (_styleSheet[_tmpCurrentStyle.Name] == null) 757return _styleSheet; 768return _styleSheet[styleName]; 779Style style = (Style) _styleSheet[deviceSpecificParentID]; 794Style style = (Style) _styleSheet[deviceSpecificParentID]; 798ds.SetOwner((MobileControl) _styleSheet); 866ICollection styles = _styleSheet.Styles; 869Style style = (Style) _styleSheet[key]; 912_tmpCurrentStyle = (Style) _styleSheet[((String) _mergedUI.CbStyles.SelectedItem).ToLower(CultureInfo.InvariantCulture)]; 936_styleSheet, 997if (_styleSheet != null && _styleSheet.Styles.Count > 0) 1001ICollection styles = _styleSheet.Styles; 1004_currentStyle = (Style) _styleSheet[key]; 1049ICollection styles = _styleSheet.Styles; 1052Style style = (Style) _styleSheet[key]; 1125Debug.Assert(null != _styleSheet, "_styleSheet is null"); 1126ICollection styleKeys = _styleSheet.Styles; 1130Style style = _styleSheet[key]; 1133foreach (Style style in _styleSheet.DuplicateStyles) 1183changeService.OnComponentChanging(_styleSheet, null); 1198StylesEditorDialog dialog = new StylesEditorDialog(_styleSheet, this, null); 1211changeService.OnComponentChanged(_styleSheet, null, null, null); 1247if (!DesignerAdapterUtil.InMobileUserControl(_styleSheet)) 1249if (DesignerAdapterUtil.InUserControl(_styleSheet)) 1255if (!DesignerAdapterUtil.InMobilePage(_styleSheet))