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)
238
WizardPanel currentPanel =
_panelHistory
.Peek();
246
_panelHistory
.Push(nextPanel);
272
_panelHistory
.Push(_initialPanel);
282
WizardPanel currentPanel =
_panelHistory
.Peek();
286
WizardPanel[] panels =
_panelHistory
.ToArray();
326
if (
_panelHistory
.Count > 1)
328
WizardPanel currentPanel =
_panelHistory
.Pop();
329
WizardPanel backPanel =
_panelHistory
.Peek();
374
if (
_panelHistory
.Count == 1)