28 references to Style
System.Web.Mobile (28)
UI\MobileControls\Adapters\ControlAdapter.cs (1)
171return Control.Style;
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
332Style parentStyle = ((MobileControl) control.Parent).Style;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
368_mobileControl.Style.ApplyTo(style); 375((Panel)_control.Parent).Style.ApplyTo(style);
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
752CopyStyleProperties(sourceControl.Style, destControl.Style); 763|| !PropertyExistsInStyle(property, destControl.Style)))
UI\MobileControls\MobileControl.cs (18)
236Style.InvalidateParentStyle(); 259Style referredStyle = Style.ReferredStyle; 278Style referredStyle = Style.ReferredStyle; 611((IStateManager)Style).TrackViewState(); 626((IStateManager)Style).LoadViewState(state[1]); 643Object styleState = ((IStateManager)Style).SaveViewState(); 764this.Style.Refresh(); 780return this.Style.StyleReference; 784this.Style.StyleReference = value; 800return this.Style.Font; 815return this.Style.Alignment; 819this.Style.Alignment = value; 834return this.Style.Wrapping; 838this.Style.Wrapping = value; 854return this.Style.ForeColor; 858this.Style.ForeColor = value; 874return this.Style.BackColor; 878this.Style.BackColor = value;
UI\MobileControls\Style.cs (3)
429parentStyle = ((MobileControl)_control.Parent).Style; 439parentStyle = ((MobileControl)_control.Parent.Parent).Style; 450parentStyle = ((MobileControl)_tempControl).Style;