9 types derived from Style
System.Web (9)
UI\WebControls\ErrorStyle.cs (1)
16internal sealed class ErrorStyle : Style, ICustomTypeDescriptor {
UI\WebControls\HyperLinkStyle.cs (1)
17internal sealed class HyperLinkStyle : Style {
UI\WebControls\MenuItemStyle.cs (1)
18public sealed class MenuItemStyle : Style {
UI\WebControls\PanelStyle.cs (1)
20public class PanelStyle : Style {
UI\WebControls\SubMenuStyle.cs (1)
17public class SubMenuStyle : Style, ICustomTypeDescriptor {
UI\WebControls\TableItemStyle.cs (1)
21public class TableItemStyle : Style {
UI\WebControls\TableSectionStyle.cs (1)
14public class TableSectionStyle : Style {
UI\WebControls\TableStyle.cs (1)
20public class TableStyle : Style {
UI\WebControls\TreeNodeStyle.cs (1)
18public sealed class TreeNodeStyle : Style {
64 instantiations of Style
System.Web (63)
UI\WebControls\ChangePassword.cs (4)
176_cancelButtonStyle = new Style(); 285_changePasswordButtonStyle = new Style(); 522_continueButtonStyle = new Style(); 1442_textBoxStyle = new Style();
UI\WebControls\CreateUserWizard.cs (3)
408_continueButtonStyle = new Style(); 542_createUserButtonStyle = new Style(); 1504_textBoxStyle = new Style();
UI\WebControls\DataControlField.cs (1)
85_controlStyle = new Style();
UI\WebControls\login.cs (2)
505_loginButtonStyle = new Style(); 820_textBoxStyle = new Style();
UI\WebControls\Menu.cs (3)
308_dynamicHoverStyle = new Style(); 1009_staticHoverStyle = new Style(); 2072_rootMenuItemStyle = new Style();
UI\WebControls\MenuRendererStandards.cs (1)
83menuStyle = new Style();
UI\WebControls\PasswordRecovery.cs (2)
196_submitButtonStyle = new Style(); 784_textBoxStyle = new Style();
UI\WebControls\SiteMapPath.cs (6)
56_currentNodeStyle = new Style(); 98_nodeStyle = new Style(); 208_pathSeparatorStyle = new Style(); 305_rootNodeStyle = new Style(); 513_mergedCurrentNodeStyle = new Style(); 517_mergedRootNodeStyle = new Style();
UI\WebControls\StyleCollection.cs (1)
69return new Style();
UI\WebControls\TreeView.cs (2)
547_hoverNodeStyle = new Style(); 988_baseNodeStyle = new Style();
UI\WebControls\WebControl.cs (1)
705return new Style(ViewState);
UI\WebControls\Wizard.cs (8)
210_cancelButtonStyle = new Style(); 383_finishCompleteButtonStyle = new Style(); 484_finishPreviousButtonStyle = new Style(); 633_navigationButtonStyle = new Style(); 698_startNextButtonStyle = new Style(); 777_stepNextButtonStyle = new Style(); 856_stepPreviousButtonStyle = new Style(); 914_sideBarButtonStyle = new Style();
UI\WebParts\CatalogPartChrome.cs (2)
51Style style = new Style(); 70Style style = new Style();
UI\WebParts\CatalogZoneBase.cs (2)
196_partLinkStyle = new Style(); 282_selectedPartLinkStyle = new Style();
UI\WebParts\EditorPartChrome.cs (2)
57Style style = new Style(); 159Style style = new Style();
UI\WebParts\ToolZone.cs (5)
95_editUIStyle = new Style(); 137_headerVerbStyle = new Style(); 175_instructionTextStyle = new Style(); 196_labelStyle = new Style(); 297Style style = new Style();
UI\WebParts\WebPartChrome.cs (5)
97Style style = new Style(); 112Style style = new Style(); 127Style style = new Style(); 140Style style = new Style(); 175Style style = new Style();
UI\WebParts\WebPartZoneBase.cs (10)
410_menuCheckImageStyle = new Style(); 450_menuLabelHoverStyle = new Style(); 471_menuLabelStyle = new Style(); 548_menuVerbHoverStyle = new Style(); 569_menuVerbStyle = new Style(); 654_selectedPartChromeStyle = new Style(); 711_titleBarVerbStyle = new Style(); 851Style style = new Style(); 1202Style s = new Style(); 1440Style style = new Style();
UI\WebParts\WebZone.cs (3)
103_emptyZoneTextStyle = new Style(); 249_partChromeStyle = new Style(); 459_verbStyle = new Style();
System.Web.Mobile (1)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
364WebCtrlStyle style = new WebCtrlStyle();
394 references to Style
System.Web (388)
UI\HtmlControls\HtmlHead.cs (5)
238Style style, IUrlResolutionService urlResolver) { 310void IStyleSheet.CreateStyleRule(Style style, IUrlResolutionService urlResolver, string selector) { 344void IStyleSheet.RegisterStyle(Style style, IUrlResolutionService urlResolver) { 380public Style style; 388public Style style;
UI\HTMLTextWriter.cs (4)
30public virtual void EnterStyle(Style style, HtmlTextWriterTag tag) { 37public virtual void ExitStyle(System.Web.UI.WebControls.Style style, HtmlTextWriterTag tag) { 356public virtual void EnterStyle(System.Web.UI.WebControls.Style style) { 360public virtual void ExitStyle(System.Web.UI.WebControls.Style style) {
UI\IStyleSheet.cs (2)
24void CreateStyleRule(Style style, IUrlResolutionService urlResolver, string selector); 32void RegisterStyle(Style style, IUrlResolutionService urlResolver);
UI\WebControls\Calendar.cs (1)
1272(ControlStyle.IsSet(System.Web.UI.WebControls.Style.PROP_BORDERWIDTH) == false) ||
UI\WebControls\ChangePassword.cs (11)
92private Style _changePasswordButtonStyle; 94private Style _textBoxStyle; 101private Style _cancelButtonStyle; 102private Style _continueButtonStyle; 103private Style _validatorTextStyle; 173public Style CancelButtonStyle { 282public Style ChangePasswordButtonStyle { 519public Style ContinueButtonStyle { 1439public Style TextBoxStyle { 1565public Style ValidatorTextStyle { 2554Style hyperLinkStyleExceptFont = new TableItemStyle();
UI\WebControls\CheckBox.cs (1)
426Style controlStyle = ControlStyle;
UI\WebControls\CheckBoxList.cs (4)
215protected override Style CreateControlStyle() { 275Style style = (ControlStyleCreated ? ControlStyle : null); 499Style IRepeatInfoUser.GetItemStyle(ListItemType itemType, int repeatIndex) { 504protected virtual Style GetItemStyle(ListItemType itemType, int repeatIndex) {
UI\WebControls\CreateUserWizard.cs (9)
58private Style _createUserButtonStyle; 60private Style _textBoxStyle; 66private Style _continueButtonStyle; 68private Style _validatorTextStyle; 405public Style ContinueButtonStyle { 539public Style CreateUserButtonStyle { 1501public Style TextBoxStyle { 1617public Style ValidatorTextStyle { 2073Style hyperLinkStyleExceptFont = new TableItemStyle();
UI\WebControls\DataControlField.cs (3)
27private Style _controlStyle; 82public Style ControlStyle { 116internal Style ControlStyleInternal {
UI\WebControls\DataControlLinkButton.cs (1)
82if (ControlStyle.IsSet(System.Web.UI.WebControls.Style.PROP_FORECOLOR) == false) {
UI\WebControls\DataControlPagerLinkButton.cs (1)
39if (ControlStyle.IsSet(System.Web.UI.WebControls.Style.PROP_FORECOLOR) == false) {
UI\WebControls\DataGrid.cs (5)
1216protected override Style CreateControlStyle() { 1672Style altItemStyle = null; 1749Style s = new TableItemStyle(); 1766Style s = new TableItemStyle(); 1797Style cellStyle = null;
UI\WebControls\DataGridLinkButton.cs (1)
35if (ControlStyle.IsSet(System.Web.UI.WebControls.Style.PROP_FORECOLOR) == false) {
UI\WebControls\DataGridPagerStyle.cs (4)
250/// <para>Copies the data grid pager style from the specified <see cref='System.Web.UI.WebControls.Style'/>.</para> 252public override void CopyFrom(Style s) { 279/// <para>Merges the data grid pager style from the specified <see cref='System.Web.UI.WebControls.Style'/>.</para> 281public override void MergeWith(Style s) {
UI\WebControls\DataList.cs (5)
936protected override Style CreateControlStyle() { 1224Style altItemStyle = null; 1234Style compositeStyle; 1344Style style = ControlStyle; 1494Style IRepeatInfoUser.GetItemStyle(ListItemType itemType, int repeatIndex) {
UI\WebControls\DataListItem.cs (1)
79protected override Style CreateControlStyle() {
UI\WebControls\DetailsView.cs (4)
1731protected override Style CreateControlStyle() { 3246Style altRowStyle = new TableItemStyle(); 3253Style compositeStyle; 3334Style fieldControlStyle = field.ControlStyleInternal;
UI\WebControls\FontInfo.cs (68)
26private Style owner; 31internal FontInfo(Style owner) { 47if (owner.IsSet(Style.PROP_FONT_BOLD)) { 54owner.SetBit(Style.PROP_FONT_BOLD); 70if (owner.IsSet(Style.PROP_FONT_ITALIC)) { 77owner.SetBit(Style.PROP_FONT_ITALIC); 128if (owner.IsSet(Style.PROP_FONT_NAMES)) { 137owner.SetBit(Style.PROP_FONT_NAMES); 153if (owner.IsSet(Style.PROP_FONT_OVERLINE)) { 160owner.SetBit(Style.PROP_FONT_OVERLINE); 167internal Style Owner { 186if (owner.IsSet(Style.PROP_FONT_SIZE)) { 196owner.SetBit(Style.PROP_FONT_SIZE); 212if (owner.IsSet(Style.PROP_FONT_STRIKEOUT)) { 219owner.SetBit(Style.PROP_FONT_STRIKEOUT); 235if (owner.IsSet(Style.PROP_FONT_UNDERLINE)) { 242owner.SetBit(Style.PROP_FONT_UNDERLINE); 253owner.ClearBit(Style.PROP_FONT_NAMES); 257owner.ClearBit(Style.PROP_FONT_SIZE); 278Style fOwner = f.Owner; 280if (fOwner.IsSet(Style.PROP_FONT_NAMES)) 282if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (f.Size != FontUnit.Empty)) 284if (fOwner.IsSet(Style.PROP_FONT_BOLD)) 286if (fOwner.IsSet(Style.PROP_FONT_ITALIC)) 288if (fOwner.IsSet(Style.PROP_FONT_OVERLINE)) 290if (fOwner.IsSet(Style.PROP_FONT_STRIKEOUT)) 292if (fOwner.IsSet(Style.PROP_FONT_UNDERLINE)) 296if (fOwner.IsSet(Style.PROP_FONT_NAMES)) { 299if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (f.Size != FontUnit.Empty)) 305if (fOwner.IsSet(Style.PROP_FONT_BOLD)) 307if (fOwner.IsSet(Style.PROP_FONT_ITALIC)) 309if (fOwner.IsSet(Style.PROP_FONT_OVERLINE)) 311if (fOwner.IsSet(Style.PROP_FONT_STRIKEOUT)) 313if (fOwner.IsSet(Style.PROP_FONT_UNDERLINE)) 326Style fOwner = f.Owner; 328if (fOwner.IsSet(Style.PROP_FONT_NAMES) && !owner.IsSet(Style.PROP_FONT_NAMES)) 330if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (!owner.IsSet(Style.PROP_FONT_SIZE) || (Size == FontUnit.Empty))) 332if (fOwner.IsSet(Style.PROP_FONT_BOLD) && !owner.IsSet(Style.PROP_FONT_BOLD)) 334if (fOwner.IsSet(Style.PROP_FONT_ITALIC) && !owner.IsSet(Style.PROP_FONT_ITALIC)) 336if (fOwner.IsSet(Style.PROP_FONT_OVERLINE) && !owner.IsSet(Style.PROP_FONT_OVERLINE)) 338if (fOwner.IsSet(Style.PROP_FONT_STRIKEOUT) && !owner.IsSet(Style.PROP_FONT_STRIKEOUT)) 340if (fOwner.IsSet(Style.PROP_FONT_UNDERLINE) && !owner.IsSet(Style.PROP_FONT_UNDERLINE)) 351if (owner.IsSet(Style.PROP_FONT_NAMES)) 353if (owner.IsSet(Style.PROP_FONT_SIZE)) 355if (owner.IsSet(Style.PROP_FONT_BOLD)) 357if (owner.IsSet(Style.PROP_FONT_ITALIC)) 359if (owner.IsSet(Style.PROP_FONT_UNDERLINE)) 361if (owner.IsSet(Style.PROP_FONT_OVERLINE)) 363if (owner.IsSet(Style.PROP_FONT_STRIKEOUT)) 373owner.ClearBit(Style.PROP_FONT_BOLD); 378owner.ClearBit(Style.PROP_FONT_NAMES); 383owner.ClearBit(Style.PROP_FONT_SIZE); 392owner.ClearBit(Style.PROP_FONT_ITALIC); 401owner.ClearBit(Style.PROP_FONT_OVERLINE); 410owner.ClearBit(Style.PROP_FONT_STRIKEOUT); 419owner.ClearBit(Style.PROP_FONT_UNDERLINE); 427return owner.IsSet(Style.PROP_FONT_BOLD); 435return owner.IsSet(Style.PROP_FONT_ITALIC); 443return owner.IsSet(Style.PROP_FONT_OVERLINE); 451return owner.IsSet(Style.PROP_FONT_STRIKEOUT); 459return owner.IsSet(Style.PROP_FONT_UNDERLINE);
UI\WebControls\FormView.cs (2)
1495protected override Style CreateControlStyle() { 2791Style compositeStyle;
UI\WebControls\GridView.cs (6)
2327protected override Style CreateControlStyle() { 3976Style altRowStyle = null; 4015Style s = new TableItemStyle(); 4033Style s = new TableItemStyle(); 4072Style cellStyle = null; 4099Style fieldControlStyle = field.ControlStyleInternal;
UI\WebControls\HyperLinkStyle.cs (2)
19private Style _owner; // This is a style because of the newed IsSet (we need the Style.IsSet, not the new one) 21public HyperLinkStyle(Style owner) {
UI\WebControls\IRepeatInfoUser.cs (1)
60Style GetItemStyle(ListItemType itemType, int repeatIndex);
UI\WebControls\login.cs (6)
57private Style _loginButtonStyle; 59private Style _textBoxStyle; 65private Style _validatorTextStyle; 502public Style LoginButtonStyle { 817public Style TextBoxStyle { 975public Style ValidatorTextStyle {
UI\WebControls\LoginUtil.cs (4)
23internal static void ApplyStyleToLiteral(Literal literal, string text, Style style, bool setTableCellVisible) { 45internal static void CopyBorderStyles(WebControl control, Style style) { 57internal static void CopyStyleToInnerControl(WebControl control, Style style) { 195internal static void SetTableCellStyle(Control control, Style style) {
UI\WebControls\Menu.cs (8)
54private Style _staticHoverStyle; 59private Style _dynamicHoverStyle; 62private Style _rootMenuItemStyle; 98private Style _panelStyle; 305public Style DynamicHoverStyle { 782internal Style RootMenuItemStyle { 1006public Style StaticHoverStyle { 2078if (!ControlStyle.IsSet(System.Web.UI.WebControls.Style.PROP_FONT_UNDERLINE)) {
UI\WebControls\MenuItemStyle.cs (2)
123public override void CopyFrom(Style s) { 231public override void MergeWith(Style s) {
UI\WebControls\MenuRendererClassic.cs (1)
204private void RegisterStyle(Style style) {
UI\WebControls\MenuRendererStandards.cs (8)
77Style rootMenuItemStyle = Menu.RootMenuItemStyle; 81Style menuStyle = null; 258private string GetCssClass(int level, Style staticStyle, Style dynamicStyle, IList levelStyles) { 260Style style; 281Style levelStyle = (Style)levelStyles[level - 1]; 635public StyleBlockStyles AddStyles(Style style) {
UI\WebControls\Panel.cs (1)
333protected override Style CreateControlStyle() {
UI\WebControls\PanelStyle.cs (2)
177public override void CopyFrom(Style s) { 221public override void MergeWith(Style s) {
UI\WebControls\PasswordRecovery.cs (7)
73private Style _submitButtonStyle; 75private Style _textBoxStyle; 82private Style _validatorTextStyle; 193public Style SubmitButtonStyle { 781public Style TextBoxStyle { 1016public Style ValidatorTextStyle { 2141Style hyperLinkStyleExceptFont = new TableItemStyle();
UI\WebControls\PopOutPanel.cs (6)
25private Style _scrollerStyle; 26private Style _style; 29public PopOutPanel(Menu owner, Style style) { 50internal Style ScrollerStyle { 64Style oldStyle = _style; 187internal void SetInternalStyle(Style style) {
UI\WebControls\RadioButtonList.cs (4)
214protected override Style CreateControlStyle() { 321Style style = (ControlStyleCreated ? ControlStyle : null); 452Style IRepeatInfoUser.GetItemStyle(ListItemType itemType, int repeatIndex) { 460protected virtual Style GetItemStyle(ListItemType itemType, int repeatIndex) {
UI\WebControls\RepeatInfo.cs (11)
153private void RenderHorizontalRepeater(HtmlTextWriter writer, IRepeatInfoUser user, Style controlStyle, WebControl baseControl) { 210Style style = user.GetItemStyle(ListItemType.Header, -1); 249Style style = user.GetItemStyle(ListItemType.Item, i); 262Style style = user.GetItemStyle(ListItemType.Separator, i); 324Style style = user.GetItemStyle(ListItemType.Footer, -1); 346public void RenderRepeater(HtmlTextWriter writer, IRepeatInfoUser user, Style controlStyle, WebControl baseControl) { 372private void RenderVerticalRepeater(HtmlTextWriter writer, IRepeatInfoUser user, Style controlStyle, WebControl baseControl) { 460Style style = user.GetItemStyle(ListItemType.Header, -1); 526Style style = user.GetItemStyle(ListItemType.Item, itemIndex); 571Style style = user.GetItemStyle(ListItemType.Separator, itemIndex); 640Style style = user.GetItemStyle(ListItemType.Footer, -1);
UI\WebControls\SiteMapPath.cs (15)
27private Style _currentNodeStyle; 28private Style _rootNodeStyle; 29private Style _nodeStyle; 30private Style _pathSeparatorStyle; 32private Style _mergedCurrentNodeStyle; 33private Style _mergedRootNodeStyle; 53public Style CurrentNodeStyle { 95public Style NodeStyle { 205public Style PathSeparatorStyle { 302public Style RootNodeStyle { 502private void CopyStyle(Style toStyle, Style fromStyle) { 506if (fromStyle != null && fromStyle.IsSet(System.Web.UI.WebControls.Style.PROP_FONT_UNDERLINE)) 544Style style = null; 588if (style != null && style.IsSet(System.Web.UI.WebControls.Style.PROP_FONT_UNDERLINE))
UI\WebControls\Style.cs (14)
22/// <para> Defines the properties and methods of the <see cref='System.Web.UI.WebControls.Style'/> class.</para> 77/// Initializes a new instance of the <see cref='System.Web.UI.WebControls.Style'/> class with the 94/// Gets or sets the background color property of the <see cref='System.Web.UI.WebControls.Style'/> class. 120/// Gets or sets the border color property of the <see cref='System.Web.UI.WebControls.Style'/> class. 146/// Gets or sets the border width property of the <see cref='System.Web.UI.WebControls.Style'/> class. 173/// <para>Gets or sets the border style property of the <see cref='System.Web.UI.WebControls.Style'/> 200/// <para>Gets or sets the CSS class property of the <see cref='System.Web.UI.WebControls.Style'/> class.</para> 225/// <para>Gets font information of the <see cref='System.Web.UI.WebControls.Style'/> class.</para> 245/// of the text) property of the <see cref='System.Web.UI.WebControls.Style'/> 272/// Gets or sets the height property of the <see cref='System.Web.UI.WebControls.Style'/> class. 364/// Gets or sets the width property of the <see cref='System.Web.UI.WebControls.Style'/> class. 451public virtual void CopyFrom(Style s) { 578attributes.Add(HtmlTextWriterStyle.FontFamily, Style.FormatStringArray(names, ',')); 718public virtual void MergeWith(Style s) {
UI\WebControls\StyleCollection.cs (11)
18private static readonly Type[] knownTypes = new Type[] { typeof(Style) }; 27public Style this[int i] { 29return (Style)((IList)this)[i]; 40public int Add(Style style) { 45public bool Contains(Style style) { 50public void CopyTo(Style[] styleArray, int index) { 55public int IndexOf(Style style) { 63public void Insert(int index, Style style) { 81public void Remove(Style style) { 95if (o is Style) { 96((Style)o).SetDirty();
UI\WebControls\SubMenuStyle.cs (2)
83public override void CopyFrom(Style s) { 189public override void MergeWith(Style s) {
UI\WebControls\Table.cs (1)
275protected override Style CreateControlStyle() {
UI\WebControls\TableCell.cs (1)
317protected override Style CreateControlStyle() {
UI\WebControls\TableItemStyle.cs (2)
174public override void CopyFrom(Style s) { 216public override void MergeWith(Style s) {
UI\WebControls\TableRow.cs (1)
139protected override Style CreateControlStyle() {
UI\WebControls\TableStyle.cs (2)
246public override void CopyFrom(Style s) { 297public override void MergeWith(Style s) {
UI\WebControls\TreeNodeStyle.cs (2)
170public override void CopyFrom(Style s) { 287public override void MergeWith(Style s) {
UI\WebControls\TreeView.cs (8)
88private Style _hoverNodeStyle; 91private Style _baseNodeStyle; 544public Style HoverNodeStyle { 985internal Style BaseTreeNodeStyle { 994if (!ControlStyle.IsSet(System.Web.UI.WebControls.Style.PROP_FONT_UNDERLINE)) { 2249internal static void GetMergedStyle(Style style1, Style style2) { 2814private void RegisterStyle(Style style) {
UI\WebControls\WebControl.cs (6)
37private Style controlStyle; 231public Style ControlStyle { 662public void ApplyStyle(Style s) { 704protected virtual Style CreateControlStyle() { 718if (ControlStyleCreated || (ViewState[System.Web.UI.WebControls.Style.SetBitsKey] != null)) { 790public void MergeStyle(Style s) {
UI\WebControls\Wizard.cs (23)
97private Style _cancelButtonStyle; 98private Style _finishCompleteButtonStyle; 99private Style _finishPreviousButtonStyle; 100private Style _navigationButtonStyle; 101private Style _sideBarButtonStyle; 102private Style _startNextButtonStyle; 103private Style _stepNextButtonStyle; 104private Style _stepPreviousButtonStyle; 207public Style CancelButtonStyle { 380public Style FinishCompleteButtonStyle { 481public Style FinishPreviousButtonStyle { 630public Style NavigationButtonStyle { 695public Style StartNextButtonStyle { 774public Style StepNextButtonStyle { 853public Style StepPreviousButtonStyle { 911public Style SideBarButtonStyle { 1347protected override Style CreateControlStyle() { 3248protected override Style CreateControlStyle() { 3351internal void ApplyButtonStyle(Style finishStyle, Style prevStyle, Style nextStyle, Style cancelStyle) { 3358protected void ApplyButtonStyleInternal(IButtonControl control, Style buttonStyle) {
UI\WebParts\CatalogPartChrome.cs (8)
24private Style _chromeStyleWithBorder; 25private Style _chromeStyleNoBorder; 41protected virtual Style CreateCatalogPartChromeStyle(CatalogPart catalogPart, PartChromeType chromeType) { 51Style style = new Style(); 70Style style = new Style(); 98Style partChromeStyle = CreateCatalogPartChromeStyle(catalogPart, chromeType); 117Style partTitleStyle = Zone.PartTitleStyle; 131Style partStyle = Zone.PartStyle;
UI\WebParts\CatalogZoneBase.cs (5)
41private Style _partLinkStyle; 42private Style _selectedPartLinkStyle; 193public Style PartLinkStyle { 279public Style SelectedPartLinkStyle { 630Style emptyZoneTextStyle = EmptyZoneTextStyle;
UI\WebParts\EditorPartChrome.cs (7)
23private Style _chromeStyleNoBorder; 24private Style _titleTextStyle; 39protected virtual Style CreateEditorPartChromeStyle(EditorPart editorPart, PartChromeType chromeType) { 57Style style = new Style(); 87Style partChromeStyle = CreateEditorPartChromeStyle(editorPart, chromeType); 103Style partStyle = Zone.PartStyle; 159Style style = new Style();
UI\WebParts\EditorZoneBase.cs (1)
441Style emptyZoneTextStyle = EmptyZoneTextStyle;
UI\WebParts\IWebPartMenuUser.cs (5)
17Style CheckImageStyle { get; } 23Style ItemHoverStyle { get; } 25Style ItemStyle { get; } 27Style LabelHoverStyle { get; } 31Style LabelStyle { get; }
UI\WebParts\ToolZone.cs (9)
31private Style _editUIStyle; 33private Style _headerVerbStyle; 34private Style _instructionTextStyle; 35private Style _labelStyle; 92public Style EditUIStyle { 134public Style HeaderVerbStyle { 172public Style InstructionTextStyle { 193public Style LabelStyle { 297Style style = new Style();
UI\WebParts\WebPartChrome.cs (24)
35private Style _chromeStyleWithBorder; 36private Style _chromeStyleNoBorder; 37private Style _titleTextStyle; 38private Style _titleStyleWithoutFontOrAlign; 96private Style CreateChromeStyleNoBorder(Style partChromeStyle) { 97Style style = new Style(); 111private Style CreateChromeStyleWithBorder(Style partChromeStyle) { 112Style style = new Style(); 126private Style CreateTitleTextStyle(Style partTitleStyle) { 127Style style = new Style(); 135private Style CreateTitleStyleWithoutFontOrAlign(Style partTitleStyle) { 140Style style = new Style(); 149protected virtual Style CreateWebPartChromeStyle(WebPart webPart, PartChromeType chromeType) { 159Style webPartChromeStyle; 175Style style = new Style(); 247private void RegisterStyle(Style style) { 261Style partChromeStyle = Zone.PartChromeStyle; 262Style partTitleStyle = Zone.PartTitleStyle; 630Style partChromeStyle = CreateWebPartChromeStyle(webPart, chromeType); 700Style partStyle = Zone.PartStyle;
UI\WebParts\WebPartMenu.cs (6)
45Style itemStyle = _menuUser.ItemStyle; 50Style itemHoverStyle = _menuUser.ItemHoverStyle; 58Style labelHoverStyle = _menuUser.LabelHoverStyle; 91private void RegisterStyle(Style style) { 135Style labelStyle = _menuUser.LabelStyle; 365Style checkImageStyle = _menuUser.CheckImageStyle;
UI\WebParts\WebPartMenuStyle.cs (2)
82public override void CopyFrom(Style s) { 106public override void MergeWith(Style s) {
UI\WebParts\WebPartZoneBase.cs (24)
77private Style _selectedPartChromeStyle; 89private Style _menuLabelStyle; 90private Style _menuLabelHoverStyle; 91private Style _menuCheckImageStyle; 92private Style _menuVerbHoverStyle; 93private Style _menuVerbStyle; 94private Style _titleBarVerbStyle; 407public Style MenuCheckImageStyle { 447public Style MenuLabelHoverStyle { 468public Style MenuLabelStyle { 545public Style MenuVerbHoverStyle { 566public Style MenuVerbStyle { 651public Style SelectedPartChromeStyle { 708public Style TitleBarVerbStyle { 848protected override Style CreateControlStyle() { 851Style style = new Style(); 1202Style s = new Style(); 1400Style emptyZoneTextStyle = EmptyZoneTextStyle; 1440Style style = new Style(); 1640Style IWebPartMenuUser.CheckImageStyle { 1672Style IWebPartMenuUser.ItemHoverStyle { 1678Style IWebPartMenuUser.ItemStyle { 1684Style IWebPartMenuUser.LabelHoverStyle { 1696Style IWebPartMenuUser.LabelStyle {
UI\WebParts\WebZone.cs (8)
42private Style _emptyZoneTextStyle; 45private Style _partChromeStyle; 48private Style _verbStyle; 49private Style _errorStyle; 100public Style EmptyZoneTextStyle { 121public Style ErrorStyle { 246public Style PartChromeStyle { 456public Style VerbStyle {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1560protected override Style CreateControlStyle() {
System.Web.Mobile (5)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (3)
27using WebCtrlStyle = System.Web.UI.WebControls.Style; 360protected WebCtrlStyle WebCtrlStyle 364WebCtrlStyle style = new WebCtrlStyle();
UI\MobileControls\Style.cs (2)
21using WebCtrlStyle = System.Web.UI.WebControls.Style; 101internal void ApplyTo(WebCtrlStyle style)