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