2 references to StaticItemFormatString
System.Web (2)
UI\WebControls\MenuItem.cs (2)
238if (_owner.StaticItemFormatString.Length > 0 && Depth < _owner.StaticDisplayLevels) { 239return String.Format(CultureInfo.CurrentCulture, _owner.StaticItemFormatString, Text);