14 references to ForeColorKey
System.Web.Mobile (14)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
537
_fontColor = (Color) style[Style.
ForeColorKey
, true];
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
181
Color foreColor = (Color)style[Style.
ForeColorKey
, true];
369
Color foreColor = (Color)style[Style.
ForeColorKey
, true];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
248
Color foreColor = (Color)Style[Style.
ForeColorKey
, true];
410
Color foreColor = (Color)style[Style.
ForeColorKey
, true];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (3)
130
Color styleColor = (Color) _controlStyle [Style.
ForeColorKey
, true /* inherit */];
223
if ((Color)_controlStyle [Style.
ForeColorKey
, true] != (Color)style [Style.
ForeColorKey
, true]) {// value comparison
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
114
Color foreColor = (Color) style[Style.
ForeColorKey
, true];
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
175
Color foreColor = (Color)Style[Style.
ForeColorKey
, true];
UI\MobileControls\Style.cs (4)
97
control.ForeColor = (Color)this[
ForeColorKey
, true];
106
style.ForeColor = (Color)this[
ForeColorKey
, true];
627
return (Color)this[
ForeColorKey
];
631
this[
ForeColorKey
] = value;