5 references to DynamicBottomSeparatorImageUrl
System.Web (5)
UI\WebControls\Adapters\MenuAdapter.cs (2)
535else if ((depth >= owner.StaticDisplayLevels) && (owner.DynamicBottomSeparatorImageUrl.Length != 0)) { 536bottomSeparatorUrl = owner.DynamicBottomSeparatorImageUrl;
UI\WebControls\MenuItem.cs (2)
1091bool dynamicBottomSeparator = (depth >= _owner.StaticDisplayLevels) && (_owner.DynamicBottomSeparatorImageUrl.Length != 0); 1104writer.AddAttribute(HtmlTextWriterAttribute.Src, _owner.ResolveClientUrl(_owner.DynamicBottomSeparatorImageUrl));
UI\WebControls\MenuRendererStandards.cs (1)
504: Menu.DynamicBottomSeparatorImageUrl;