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