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