2 references to GetExpandImageUrl
System.Web (2)
UI\WebControls\Adapters\MenuAdapter.cs (1)
253string expandImageUrl = item.GetExpandImageUrl();
UI\WebControls\MenuItem.cs (1)
1008string expandImageUrl = (shouldRenderExpandImage ? GetExpandImageUrl() : String.Empty);