3 writes to FontColor
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
703
state.Current.
FontColor
= Color.Empty;
740
state.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) &&
1154
while(_current.
FontColor
!= Color.Empty)
1312
if(_current.
FontColor
!= newStyle.
FontColor
)
1318
ColorTranslator.ToHtml(newStyle.
FontColor
));
1320
_current.FontColor = newStyle.
FontColor
;
1321
fontTag.Color = newStyle.
FontColor
;