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