3 writes to ForeColor
System.Web.Mobile (3)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
1151
_previewStyle.
ForeColor
= foreColor;
UI\MobileControls\MobileControl.cs (1)
858
this.Style.
ForeColor
= value;
UI\MobileControls\StyleSheet.cs (1)
64
error.
ForeColor
= Color.Red;
5 references to ForeColor
System.Web.Mobile (5)
UI\MobileControls\Design\StylesEditorDialog.cs (4)
573
Color c = _previewStyle.
ForeColor
;
1066
Color foreColor = currentStyle.
ForeColor
;
1086
foreColor = style.
ForeColor
;
1122
foreColor = style.
ForeColor
;
UI\MobileControls\MobileControl.cs (1)
854
return this.Style.
ForeColor
;