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