1 write to _panelHistory
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
46_panelHistory = new System.Collections.Generic.Stack<WizardPanel>();
9 references to _panelHistory
System.Web.Entity.Design (9)
System\Data\WebControls\Design\Util\WizardForm.cs (9)
238WizardPanel currentPanel = _panelHistory.Peek(); 246_panelHistory.Push(nextPanel); 272_panelHistory.Push(_initialPanel); 282WizardPanel currentPanel = _panelHistory.Peek(); 286WizardPanel[] panels = _panelHistory.ToArray(); 326if (_panelHistory.Count > 1) 328WizardPanel currentPanel = _panelHistory.Pop(); 329WizardPanel backPanel = _panelHistory.Peek(); 374if (_panelHistory.Count == 1)