13 references to Style
System.Web.Mobile (13)
UI\MobileControls\Adapters\XhtmlAdapters\Constants.cs (1)
48internal static Style DefaultStyle = new Style ();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
626Style hruleStyle = new Style();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
36private static readonly Style _defaultStyle = new Style ();
UI\MobileControls\BaseValidator.cs (1)
85Style style = new Style();
UI\MobileControls\Design\StylesEditorDialog.cs (1)
106_previewStyle = new Style();
UI\MobileControls\MobileControl.cs (1)
759return new Style();
UI\MobileControls\ObjectList.cs (2)
1460_commandStyle = new Style(); 1486_labelStyle = new Style();
UI\MobileControls\Style.cs (1)
70Style clone = new Style();
UI\MobileControls\StyleSheet.cs (4)
57Style title = new Style(); 63Style error = new Style(); 68Style subCommand = new Style(); 421Style style = new Style();