25 references to Pixel
System.Web (25)
UI\WebControls\Adapters\MenuAdapter.cs (6)
154
skipLink.Height = Unit.
Pixel
(1);
155
skipLink.Width = Unit.
Pixel
(1);
374
owner.StaticSubMenuIndent != Unit.
Pixel
(0) &&
386
spacerImage.Height = Unit.
Pixel
(1);
555
spacerImage.Width = Unit.
Pixel
(1);
561
spacerImage.Height = Unit.
Pixel
(1);
UI\WebControls\Calendar.cs (1)
1274
table.BorderWidth = Unit.
Pixel
(1);
UI\WebControls\MenuItem.cs (2)
27
private static readonly Unit HorizontalDefaultSpacing = Unit.
Pixel
(3);
971
indent = Unit.
Pixel
(16);
UI\WebControls\MenuItemStyle.cs (2)
222
Unit verticalPadding = VerticalPadding.IsEmpty ? Unit.
Pixel
(0) : VerticalPadding;
223
Unit horizontalPadding = HorizontalPadding.IsEmpty ? Unit.
Pixel
(0) : HorizontalPadding;
UI\WebControls\SubMenuStyle.cs (2)
179
VerticalPadding.IsEmpty ? Unit.
Pixel
(0) : VerticalPadding,
180
HorizontalPadding.IsEmpty ? Unit.
Pixel
(0) : HorizontalPadding));
UI\WebControls\TreeNodeStyle.cs (2)
277
VerticalPadding.IsEmpty ? Unit.
Pixel
(0) : VerticalPadding,
278
HorizontalPadding.IsEmpty ? Unit.
Pixel
(0) : HorizontalPadding));
UI\WebControls\Unit.cs (1)
381
return Unit.
Pixel
(n);
UI\WebControls\Wizard.cs (6)
2662
_renderTable.ControlStyle.Height = Unit.
Pixel
(1);
2669
_navigationTableCell.ControlStyle.Height = Unit.
Pixel
(1);
2683
Owner._navigationStyle.Height = Unit.
Pixel
(1);
2702
Owner._stepStyle.Height = Unit.
Pixel
(1);
2873
outerRightCell.Height = Unit.
Pixel
(1);
3260
_cell.Height = Unit.
Pixel
(1);
UI\WebParts\CatalogPartChrome.cs (1)
58
style.BorderWidth = Unit.
Pixel
(1);
UI\WebParts\WebPartChrome.cs (1)
118
style.BorderWidth = Unit.
Pixel
(1);
UI\WebParts\WebZone.cs (1)
225
return (obj == null) ? Unit.
Pixel
(5) : (Unit)obj;