1 instantiation of FontStackItem
System.Web (1)
UI\Html32TextWriter.cs (1)
498FontStack.Push(new FontStackItem());
4 references to FontStackItem
System.Web (4)
UI\Html32TextWriter.cs (4)
207FontStackItem fontInfo = (FontStackItem) e.Current; 333FontStackItem font = (FontStackItem)FontStack.Peek();