4 writes to Size
System.Web.Mobile (4)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
1154
_previewStyle.Font.
Size
= fontSize;
UI\MobileControls\ErrorFormatterPage.cs (1)
97
ctl.Font.
Size
= FontSize.Large;
UI\MobileControls\StyleSheet.cs (2)
59
title.Font.
Size
= FontSize.Large;
69
subCommand.Font.
Size
= FontSize.Small;
6 references to Size
System.Web.Mobile (6)
UI\MobileControls\Design\StylesEditorDialog.cs (4)
594
switch (_previewStyle.Font.
Size
)
1070
FontSize fontSize = currentStyle.Font.
Size
;
1102
fontSize = style.Font.
Size
;
1138
fontSize = style.Font.
Size
;
UI\MobileControls\FontInfo.cs (2)
128
String size = (this.
Size
.Equals(FontSize.NotSet) ? null : Enum.GetName(typeof(FontSize), this.
Size
));