1 write to Color
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
1321fontTag.Color = newStyle.FontColor;
3 references to Color
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
728if(Color != Color.Empty) 738if(((FontStyleTag)o).Color != Color.Empty) 740state.Current.FontColor = ((FontStyleTag)o).Color;