13 references to BackColorKey
System.Web.Mobile (13)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
128
Color backColor = (Color)formAdapter.Style[Style.
BackColorKey
, true];
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
53
Color backColor = (Color)Style[Style.
BackColorKey
, true];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
629
hruleStyle[Style.
BackColorKey
] = foreColor == Color.Empty ? Color.Black : foreColor;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (3)
120
Color styleColor = (Color) _controlStyle [Style.
BackColorKey
, true /* inherit */];
220
if ((Color)_controlStyle [Style.
BackColorKey
, true] != (Color)style [Style.
BackColorKey
, true]) {// value comparison
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (2)
63
Color backColor = (Color) style[Style.
BackColorKey
, true];
115
Color backColor = (Color) style[Style.
BackColorKey
, true];
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
170
Color backColor = (Color)Style[Style.
BackColorKey
, true];
UI\MobileControls\Style.cs (4)
98
control.BackColor = (Color)this[
BackColorKey
, true];
107
style.BackColor = (Color)this[
BackColorKey
, true];
648
return (Color)this[
BackColorKey
];
652
this[
BackColorKey
] = value;