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)
97private PopOutPanel _panel; 676internal PopOutPanel Panel { 2047subMenuStyle = new PopOutPanel.PopOutPanelStyle(Panel);
UI\WebControls\MenuItem.cs (1)
675PopOutPanel panel = _owner.Panel;
UI\WebControls\PopOutPanel.cs (2)
192private PopOutPanel _owner; 194public PopOutPanelStyle(PopOutPanel owner) {