5 writes to StyleReference
System.Web.Mobile (5)
UI\MobileControls\BaseValidator.cs (1)
86style.StyleReference = Constants.ErrorStyle;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
1275RuntimeStyle.StyleReference = _styleReference;
UI\MobileControls\MobileControl.cs (1)
784this.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)
990String reference = currentStyle.StyleReference; 1011reference = style.StyleReference; 1072String reference = currentStyle.StyleReference; 1108reference = style.StyleReference; 1179_styleReference = RuntimeStyle.StyleReference; 1234String reference = RuntimeStyle.StyleReference; 1248reference = style.StyleReference; 1280_styleReference = RuntimeStyle.StyleReference;
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
681String reference = style.StyleReference; 698reference = styleTmp.StyleReference;
UI\MobileControls\MobileControl.cs (1)
780return this.Style.StyleReference;
UI\MobileControls\Style.cs (1)
276String reference = StyleReference;