6 references to _formatStack
System.Web.Mobile (6)
UI\MobileControls\LiteralTextParser.cs (6)
366
_formatStack
.Pop(FormatStack.Bold);
370
_formatStack
.Push(FormatStack.Bold);
378
_formatStack
.Pop(FormatStack.Italic);
382
_formatStack
.Push(FormatStack.Italic);
415
return
_formatStack
.CurrentFormat;
597
LiteralFormat currentFormat =
_formatStack
.CurrentFormat;