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