10 references to Small
System.Web.Mobile (10)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
1294else if(newStyle.FontSize == FontSize.Small) 1297_current.FontSize = FontSize.Small; 1298fontTag.FontSize = FontSize.Small;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (1)
178case FontSize.Small:
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
138else if (fontSize == FontSize.Small)
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
194else if (fontSize == FontSize.Small)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
599case FontSize.Small :
UI\MobileControls\Style.cs (2)
85case FontSize.Small: 115case FontSize.Small :
UI\MobileControls\StyleSheet.cs (1)
69subCommand.Font.Size = FontSize.Small;