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)
55
return
_style
.FontName;
59
_style
.FontName = value;
75
return
_style
.Bold;
79
_style
.Bold = value;
95
return
_style
.Italic;
99
_style
.Italic = value;
115
return
_style
.FontSize;
119
_style
.FontSize = value;