16 references to Pixel
System.Web (14)
UI\Html32TextWriter.cs (1)
279if (u.Type == UnitType.Pixel) {
UI\WebControls\Table.cs (1)
248if (borderWidth.IsEmpty || borderWidth.Type != UnitType.Pixel) {
UI\WebControls\Unit.cs (11)
45this.type = UnitType.Pixel; 60this.type = UnitType.Pixel; 73if (type == UnitType.Pixel) { 89public Unit(string value) : this(value, CultureInfo.CurrentCulture, UnitType.Pixel) { 96public Unit(string value, CultureInfo culture) : this(value, culture, UnitType.Pixel) { 137if (type == UnitType.Pixel) { 170return UnitType.Pixel; 242case UnitType.Pixel: 271return UnitType.Pixel; 301return UnitType.Pixel; 366if (type == UnitType.Pixel) {
UI\WebParts\AppearanceEditorPart.cs (1)
339((int)UnitType.Pixel).ToString(CultureInfo.InvariantCulture)));
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (2)
2359 if(value.Type != UnitType.Pixel) 2457 if(value.Type != UnitType.Pixel)