1 instantiation of PopOutPanel
System.Web (1)
UI\WebControls\Menu.cs (1)
679
_panel = new
PopOutPanel
(this, _panelStyle);
6 references to PopOutPanel
System.Web (6)
UI\WebControls\Menu.cs (3)
97
private
PopOutPanel
_panel;
676
internal
PopOutPanel
Panel {
2047
subMenuStyle = new
PopOutPanel
.PopOutPanelStyle(Panel);
UI\WebControls\MenuItem.cs (1)
675
PopOutPanel
panel = _owner.Panel;
UI\WebControls\PopOutPanel.cs (2)
192
private
PopOutPanel
_owner;
194
public PopOutPanelStyle(
PopOutPanel
owner) {