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