3 references to ForegroundColor
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\Constants.cs (1)
43
internal static readonly StyleFilter Format = StyleFilter.None | StyleFilter.Italic | StyleFilter.Bold | StyleFilter.FontName | StyleFilter.FontSize | StyleFilter.BackgroundColor | StyleFilter.
ForegroundColor
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (2)
127
if ((_filter & StyleFilter.
ForegroundColor
) == 0){
224
returnValue |= StyleFilter.
ForegroundColor
;