1 write to _stack
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
909
_stack
= new Stack();
5 references to _stack
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (5)
914
_stack
.Push(style);
921
return (WriterStyle)
_stack
.Pop();
926
if(
_stack
.Count == 0)
930
return (WriterStyle)
_stack
.Peek();
937
return
_stack
.Count;