1 write to _style
System.Web.Mobile (1)
UI\MobileControls\FontInfo.cs (1)
38_style = style;
8 references to _style
System.Web.Mobile (8)
UI\MobileControls\FontInfo.cs (8)
55return _style.FontName; 59_style.FontName = value; 75return _style.Bold; 79_style.Bold = value; 95return _style.Italic; 99_style.Italic = value; 115return _style.FontSize; 119_style.FontSize = value;