1 instantiation of FormatStack
System.Web.Mobile (1)
UI\MobileControls\LiteralTextParser.cs (1)
118private FormatStack _formatStack = new FormatStack();
5 references to FormatStack
System.Web.Mobile (5)
UI\MobileControls\LiteralTextParser.cs (5)
118private FormatStack _formatStack = new FormatStack(); 366_formatStack.Pop(FormatStack.Bold); 370_formatStack.Push(FormatStack.Bold); 378_formatStack.Pop(FormatStack.Italic); 382_formatStack.Push(FormatStack.Italic);