8 references to _styleStack
System.Web.Mobile (8)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (8)
101
if (
_styleStack
.Count > 0) {
102
StylePair pair = (StylePair)
_styleStack
.Peek ();
281
_styleStack
.Push(new StylePair(styleTag, style, StyleFilter.None));
292
_styleStack
.Push(new StylePair(styleTag, styleClass));
316
_styleStack
.Push (new StylePair (String.Empty, styleClass));
323
_styleStack
.Push (new StylePair (String.Empty, styleClass));
339
_styleStack
.Push (new StylePair (styleTag, styleClass));
376
StylePair pair = (StylePair)
_styleStack
.Pop ();