5 writes to StyleReference
System.Web.Mobile (5)
UI\MobileControls\BaseValidator.cs (1)
86
style.
StyleReference
= Constants.ErrorStyle;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
1275
RuntimeStyle.
StyleReference
= _styleReference;
UI\MobileControls\MobileControl.cs (1)
784
this.Style.
StyleReference
= value;
UI\MobileControls\ObjectList.cs (2)
1462
_commandStyle.
StyleReference
= "subcommand";
1488
_labelStyle.
StyleReference
= "title";
12 references to StyleReference
System.Web.Mobile (12)
UI\MobileControls\Design\StylesEditorDialog.cs (8)
990
String reference = currentStyle.
StyleReference
;
1011
reference = style.
StyleReference
;
1072
String reference = currentStyle.
StyleReference
;
1108
reference = style.
StyleReference
;
1179
_styleReference = RuntimeStyle.
StyleReference
;
1234
String reference = RuntimeStyle.
StyleReference
;
1248
reference = style.
StyleReference
;
1280
_styleReference = RuntimeStyle.
StyleReference
;
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
681
String reference = style.
StyleReference
;
698
reference = styleTmp.
StyleReference
;
UI\MobileControls\MobileControl.cs (1)
780
return this.Style.
StyleReference
;
UI\MobileControls\Style.cs (1)
276
String reference =
StyleReference
;