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)
102StylePair pair = (StylePair) _styleStack.Peek (); 376StylePair pair = (StylePair) _styleStack.Pop ();