16 references to Pixel
System.Web (14)
UI\Html32TextWriter.cs (1)
279
if (u.Type == UnitType.
Pixel
) {
UI\WebControls\Table.cs (1)
248
if (borderWidth.IsEmpty || borderWidth.Type != UnitType.
Pixel
) {
UI\WebControls\Unit.cs (11)
45
this.type = UnitType.
Pixel
;
60
this.type = UnitType.
Pixel
;
73
if (type == UnitType.
Pixel
) {
89
public Unit(string value) : this(value, CultureInfo.CurrentCulture, UnitType.
Pixel
) {
96
public Unit(string value, CultureInfo culture) : this(value, culture, UnitType.
Pixel
) {
137
if (type == UnitType.
Pixel
) {
170
return UnitType.
Pixel
;
242
case UnitType.
Pixel
:
271
return UnitType.
Pixel
;
301
return UnitType.
Pixel
;
366
if (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
)