3 references to GetEmptyPopOutPanelStyle
System.Web (3)
UI\WebControls\MenuRendererClassic.cs (1)
42
Menu._panelStyle = Menu.Panel.
GetEmptyPopOutPanelStyle
();
UI\WebControls\PopOutPanel.cs (2)
124
GetEmptyPopOutPanelStyle
().RegisteredCssClass);
127
writer.AddAttribute(HtmlTextWriterAttribute.Class,
GetEmptyPopOutPanelStyle
().RegisteredCssClass);