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