13 references to Large
System.Web.Mobile (13)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
1287if(newStyle.FontSize == FontSize.Large) 1291_current.FontSize = FontSize.Large; 1292fontTag.FontSize = FontSize.Large;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
1184WriteFullBeginTag(format.Size == FontSize.Large ? _largeTag : _smallTag); 1200WriteEndTag(_currentWrittenFormat.Size == FontSize.Large ? _largeTag : _smallTag);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (1)
175case FontSize.Large:
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
134if (fontSize == FontSize.Large)
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
190if (fontSize == FontSize.Large)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
596case FontSize.Large :
UI\MobileControls\ErrorFormatterPage.cs (1)
97ctl.Font.Size = FontSize.Large;
UI\MobileControls\Style.cs (2)
88case FontSize.Large: 111case FontSize.Large :
UI\MobileControls\StyleSheet.cs (1)
59title.Font.Size = FontSize.Large;