6 references to StaticSubMenuIndent
System.Web (6)
UI\WebControls\Adapters\MenuAdapter.cs (4)
374owner.StaticSubMenuIndent != Unit.Pixel(0) && 379double indent = owner.StaticSubMenuIndent.Value * depth; 381spacerImage.Width = new Unit(indent, owner.StaticSubMenuIndent.Type); 384spacerImage.Width = new Unit(Unit.MaxValue, owner.StaticSubMenuIndent.Type);;
UI\WebControls\MenuItem.cs (1)
964Unit indent = _owner.StaticSubMenuIndent;
UI\WebControls\MenuRendererStandards.cs (1)
200Unit indent = Menu.StaticSubMenuIndent;