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