4 references to _layoutStack
System.Web.Mobile (4)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (4)
142
_layoutStack
.Push(newLayout);
154
_layoutStack
.Pop();
1585
if (
_layoutStack
.Count > 0)
1587
return (WmlLayout)
_layoutStack
.Peek();