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