5 references to FontStack
System.Web (5)
UI\Html32TextWriter.cs (5)
195
if (
FontStack
.Count > 0) {
205
IEnumerator e =
FontStack
.GetEnumerator();
333
FontStackItem font = (FontStackItem)
FontStack
.Peek();
498
FontStack
.Push(new FontStackItem());
636
FontStack
.Pop();