5 instantiations of StylePair
System.Web.Mobile (5)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (5)
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));
4 references to StylePair
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (4)
102
StylePair
pair = (
StylePair
) _styleStack.Peek ();
376
StylePair
pair = (
StylePair
) _styleStack.Pop ();