3 writes to _fontColor
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
508_fontColor = Color.Empty; 537_fontColor = (Color) style[Style.ForeColorKey, true]; 578set { _fontColor = value; }
1 reference to _fontColor
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
577get { return _fontColor; }