5 references to DynamicTopSeparatorImageUrl
System.Web (5)
UI\WebControls\Adapters\MenuAdapter.cs (2)
320
else if (depth >= owner.StaticDisplayLevels && owner.
DynamicTopSeparatorImageUrl
.Length != 0) {
321
topSeparatorUrl = owner.
DynamicTopSeparatorImageUrl
;
UI\WebControls\MenuItem.cs (2)
806
bool dynamicTopSeparator = (depth >= _owner.StaticDisplayLevels) && (_owner.
DynamicTopSeparatorImageUrl
.Length != 0);
817
writer.AddAttribute(HtmlTextWriterAttribute.Src, _owner.ResolveClientUrl(_owner.
DynamicTopSeparatorImageUrl
));
UI\WebControls\MenuRendererStandards.cs (1)
515
: Menu.
DynamicTopSeparatorImageUrl
;