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