3 references to ForegroundColor
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\Constants.cs (1)
43internal 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)
127if ((_filter & StyleFilter.ForegroundColor) == 0){ 224returnValue |= StyleFilter.ForegroundColor;