1 instantiation of FontStyleTag
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
1282FontStyleTag fontTag = new FontStyleTag(Count);
11 references to FontStyleTag
System.Web.Mobile (11)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (11)
713if(o is FontStyleTag) 715state.FontLevel = ((FontStyleTag)o).Level; 736if(o is FontStyleTag) 738if(((FontStyleTag)o).Color != Color.Empty) 740state.Current.FontColor = ((FontStyleTag)o).Color; 758if(o is FontStyleTag) 760String name = ((FontStyleTag)o).Name; 778if (o is FontStyleTag) 780if(((FontStyleTag)o).FontSize != FontSize.Normal) 782state.Current.FontSize = ((FontStyleTag)o).FontSize; 1282FontStyleTag fontTag = new FontStyleTag(Count);