11 writes to Size
System.Web (5)
ErrorFormatter.cs (1)
193
label.Font.
Size
= FontUnit.Large;
UI\WebControls\FontInfo.cs (2)
300
Size
= f.Size;
331
Size
= f.Size;
UI\WebParts\ToolZone.cs (1)
307
style.Font.
Size
= new FontUnit(new Unit(100, UnitType.Percentage));
UI\WebParts\WebPartZoneBase.cs (1)
1450
style.Font.
Size
= new FontUnit(new Unit(100, UnitType.Percentage));
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
646
result.Font.
Size
= new FontUnit(10, UnitType.Point);
System.Web.Mobile (5)
UI\MobileControls\Style.cs (5)
86
control.Font.
Size
= FontUnit.Small;
89
control.Font.
Size
= FontUnit.Large;
92
control.Font.
Size
= FontUnit.Medium;
112
style.Font.
Size
= FontUnit.Larger;
116
style.Font.
Size
= FontUnit.Smaller;
12 references to Size
System.Web (12)
UI\WebControls\FontInfo.cs (7)
255
if (
Size
== FontUnit.Empty) {
282
if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (f.
Size
!= FontUnit.Empty))
299
if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (f.
Size
!= FontUnit.Empty))
300
Size = f.
Size
;
330
if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (!owner.IsSet(Style.PROP_FONT_SIZE) || (
Size
== FontUnit.Empty)))
331
Size = f.
Size
;
473
string size = this.
Size
.ToString(CultureInfo.InvariantCulture);
UI\WebControls\FormView.cs (1)
2545
(Font.
Size
!= FontUnit.Empty) ||
UI\WebControls\HyperLinkStyle.cs (1)
103
FontUnit fu = font.
Size
;
UI\WebControls\Style.cs (1)
582
FontUnit fu = font.
Size
;
UI\WebParts\ToolZone.cs (1)
302
if (!headerStyle.Font.
Size
.IsEmpty) {
UI\WebParts\WebPartZoneBase.cs (1)
1445
if (!headerStyle.Font.
Size
.IsEmpty) {