2 instantiations of PopOutPanelStyle
System.Web (2)
UI\WebControls\Menu.cs (1)
2047
subMenuStyle = new PopOutPanel.
PopOutPanelStyle
(Panel);
UI\WebControls\PopOutPanel.cs (1)
32
_emptyPopOutPanelStyle = new
PopOutPanelStyle
(null);
2 references to PopOutPanelStyle
System.Web (2)
UI\WebControls\PopOutPanel.cs (2)
27
private
PopOutPanelStyle
_emptyPopOutPanelStyle;
78
internal
PopOutPanelStyle
GetEmptyPopOutPanelStyle() {