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
);
1014
while(
_tagsWritten
.Count > 0)
1044
return
_tagsWritten
;
1056
StyleTag tag = (StyleTag)
_tagsWritten
.Pop();
1062
_mark =
_tagsWritten
.Count;
1067
while(
_tagsWritten
.Count > _mark)
1121
while(
_tagsWritten
.Count > 0)
1275
_tagsWritten
.Push(div);
1333
_tagsWritten
.Push(fontTag);
1344
_tagsWritten
.Push(new BoldStyleTag(Count));
1352
_tagsWritten
.Push(new ItalicStyleTag(Count));