1 write to _stack
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
964
_stack
= new Stack();
6 references to _stack
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (6)
984
_stack
.Push(_current);
986
_stack
.Push(_tagsWritten);
988
_stack
.Push(BreakPending);
1012
BreakPending = (bool)
_stack
.Pop();
1018
_tagsWritten = (Stack)
_stack
.Pop();
1019
_current = (WriterStyle)
_stack
.Pop();