3 writes to _tagsWritten
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
966_tagsWritten = new Stack(); 987_tagsWritten = new Stack(); 1018_tagsWritten = (Stack)_stack.Pop();
11 references to _tagsWritten
System.Web.Mobile (11)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (11)
986_stack.Push(_tagsWritten); 1014while(_tagsWritten.Count > 0) 1044return _tagsWritten; 1056StyleTag tag = (StyleTag)_tagsWritten.Pop(); 1062_mark = _tagsWritten.Count; 1067while(_tagsWritten.Count > _mark) 1121while(_tagsWritten.Count > 0) 1275_tagsWritten.Push(div); 1333_tagsWritten.Push(fontTag); 1344_tagsWritten.Push(new BoldStyleTag(Count)); 1352_tagsWritten.Push(new ItalicStyleTag(Count));