14 writes to
System.Web.Mobile (14)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
629
hruleStyle
[
Style.BackColorKey] = foreColor == Color.Empty ? Color.Black : foreColor;
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (2)
76
Style
[
Style.FontNameKey] = "Arial";
138
Style
[
Style.FontNameKey] = String.Empty;
UI\MobileControls\PagerStyle.cs (3)
55
this
[
NextPageTextKey] = value;
75
this
[
PreviousPageTextKey] = value;
95
this
[
PageLabelKey] = value;
UI\MobileControls\Style.cs (8)
522
this
[
FontNameKey] = value;
538
this
[
BoldKey] = value;
554
this
[
ItalicKey] = value;
570
this
[
FontSizeKey] = value;
590
this
[
AlignmentKey] = value;
610
this
[
WrappingKey] = value;
631
this
[
ForeColorKey] = value;
652
this
[
BackColorKey] = value;
11 references to
System.Web.Mobile (11)
UI\MobileControls\PagerStyle.cs (3)
51
return (String)this
[
NextPageTextKey];
71
return (String)this
[
PreviousPageTextKey];
91
return (String)this
[
PageLabelKey];
UI\MobileControls\Style.cs (8)
518
return (String)this
[
FontNameKey];
534
return (BooleanOption)this
[
BoldKey];
550
return (BooleanOption)this
[
ItalicKey];
566
return (FontSize)this
[
FontSizeKey];
586
return (Alignment)this
[
AlignmentKey];
606
return (Wrapping)this
[
WrappingKey];
627
return (Color)this
[
ForeColorKey];
648
return (Color)this
[
BackColorKey];