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