3 writes to FontColor
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
703state.Current.FontColor = Color.Empty; 740state.Current.FontColor = ((FontStyleTag)o).Color; 1320_current.FontColor = newStyle.FontColor;
10 references to FontColor
System.Web.Mobile (10)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (10)
1076(( _current.FontColor != newStyle.FontColor ) && (_writer.RenderFontColor)) || 1150(newStyle.FontColor == Color.Empty) && 1151(_current.FontColor != Color.Empty) && 1154while(_current.FontColor != Color.Empty) 1312if(_current.FontColor != newStyle.FontColor) 1318ColorTranslator.ToHtml(newStyle.FontColor)); 1320_current.FontColor = newStyle.FontColor; 1321fontTag.Color = newStyle.FontColor;