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); 921return (WriterStyle)_stack.Pop(); 926if(_stack.Count == 0) 930return (WriterStyle)_stack.Peek(); 937return _stack.Count;