9 references to Unit
System.Web (9)
UI\Html32TextWriter.cs (7)
256if (fu.Unit.Type == UnitType.Point) { 257if (fu.Unit.Value <= 8) 259else if (fu.Unit.Value <= 10) 261else if (fu.Unit.Value <= 12) 263else if (fu.Unit.Value <= 14) 265else if (fu.Unit.Value <= 18) 267else if (fu.Unit.Value <= 24)
UI\WebControls\FontInfo.cs (1)
192if ((value.Type == FontSize.AsUnit) && (value.Unit.Value < 0)) {
UI\WebControls\FontUnitConverter.cs (1)
131args = new object[] { u.Unit };