5 references to StaticBottomSeparatorImageUrl
System.Web (5)
UI\WebControls\Adapters\MenuAdapter.cs (2)
532else if ((depth < owner.StaticDisplayLevels) && (owner.StaticBottomSeparatorImageUrl.Length != 0)) { 533bottomSeparatorUrl = owner.StaticBottomSeparatorImageUrl;
UI\WebControls\MenuItem.cs (2)
1090bool staticBottomSeparator = (depth < _owner.StaticDisplayLevels) && (_owner.StaticBottomSeparatorImageUrl.Length != 0); 1101writer.AddAttribute(HtmlTextWriterAttribute.Src, _owner.ResolveClientUrl(_owner.StaticBottomSeparatorImageUrl));
UI\WebControls\MenuRendererStandards.cs (1)
503? Menu.StaticBottomSeparatorImageUrl