3 instantiations of XhtmlFormatStyleClass
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
629writer.EnterStyle(new XhtmlFormatStyleClass(Style, filter), tagName);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
247EnterStyleInternal(new XhtmlFormatStyleClass(style, filter), "span", null /* no additional attributes */); 402XhtmlFormatStyleClass styleClass = new XhtmlFormatStyleClass(style, filter);
1 reference to XhtmlFormatStyleClass
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
402XhtmlFormatStyleClass styleClass = new XhtmlFormatStyleClass(style, filter);