49 references to IsEmpty
System.Web (49)
UI\ObjectStateFormatter.cs (1)
1152if (uval.IsEmpty) {
UI\WebControls\Adapters\MenuAdapter.cs (2)
333if ((mergedStyle != null) && !mergedStyle.ItemSpacing.IsEmpty && 523if ((mergedStyle != null) && !mergedStyle.ItemSpacing.IsEmpty) {
UI\WebControls\FontUnit.cs (1)
111if (value.IsEmpty == false) {
UI\WebControls\Image.cs (1)
259if (BorderWidth.IsEmpty && (RenderingCompatibility < VersionUtil.Framework40)) {
UI\WebControls\MenuItem.cs (4)
829if ((mergedStyle != null) && !mergedStyle.ItemSpacing.IsEmpty && ((depth != 0) || (position != 0))) { 970if (indent.IsEmpty) { 1015((mergedStyle == null) || mergedStyle.ItemSpacing.IsEmpty)) { 1082if ((mergedStyle != null) && !mergedStyle.ItemSpacing.IsEmpty) {
UI\WebControls\MenuItemStyle.cs (7)
185if (!bu.IsEmpty) { 207if (!u.IsEmpty) { 215if (!u.IsEmpty) { 220if (!HorizontalPadding.IsEmpty || !VerticalPadding.IsEmpty) { 222Unit verticalPadding = VerticalPadding.IsEmpty ? Unit.Pixel(0) : VerticalPadding; 223Unit horizontalPadding = HorizontalPadding.IsEmpty ? Unit.Pixel(0) : HorizontalPadding;
UI\WebControls\MenuRendererStandards.cs (3)
157((Menu._staticItemStyle == null) || (Menu._staticItemStyle.HorizontalPadding.IsEmpty))) { 204if (indent.IsEmpty && Menu.Orientation == Orientation.Vertical) { 208if (!indent.IsEmpty && indent.Value != 0) {
UI\WebControls\Style.cs (3)
554if (!bu.IsEmpty) { 632if (!u.IsEmpty) { 640if (!u.IsEmpty) {
UI\WebControls\SubMenuStyle.cs (7)
141if (!bu.IsEmpty) { 163if (!u.IsEmpty) { 171if (!u.IsEmpty) { 176if (!HorizontalPadding.IsEmpty || !VerticalPadding.IsEmpty) { 179VerticalPadding.IsEmpty ? Unit.Pixel(0) : VerticalPadding, 180HorizontalPadding.IsEmpty ? Unit.Pixel(0) : HorizontalPadding));
UI\WebControls\Table.cs (1)
248if (borderWidth.IsEmpty || borderWidth.Type != UnitType.Pixel) {
UI\WebControls\TreeNode.cs (4)
909if ((mergedStyle != null) && !mergedStyle.NodeSpacing.IsEmpty && ((depth != 0) || (position != 0))) { 1495if ((mergedStyle != null) && !mergedStyle.NodeSpacing.IsEmpty) { 1543if (!mergedStyle.ChildNodesPadding.IsEmpty) { 1560if (!isLast[depth] && !mergedStyle.ChildNodesPadding.IsEmpty) {
UI\WebControls\TreeNodeStyle.cs (7)
239if (!bu.IsEmpty) { 261if (!u.IsEmpty) { 269if (!u.IsEmpty) { 274if (!HorizontalPadding.IsEmpty || !VerticalPadding.IsEmpty) { 277VerticalPadding.IsEmpty ? Unit.Pixel(0) : VerticalPadding, 278HorizontalPadding.IsEmpty ? Unit.Pixel(0) : HorizontalPadding));
UI\WebControls\Unit.cs (2)
166if (!IsEmpty) { 361if (IsEmpty)
UI\WebControls\unitconverter.cs (2)
84if ((value == null) || ((Unit)value).IsEmpty) 94if (u.IsEmpty) {
UI\WebControls\WebControl.cs (3)
650(BorderStyle != BorderStyle.NotSet || !BorderWidth.IsEmpty || !Height.IsEmpty || !Width.IsEmpty)) {
UI\WebParts\WebPartMenu.cs (1)
206popupSpansFullExtent = menuStyle.Width.IsEmpty;