4 references to EnterStyleInternal
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (4)
256EnterStyleInternal (new XhtmlLayoutStyleClass(style, filter), "div", null /* no additional attributes */, true /* force tag to be written */); 271EnterStyleInternal (new XhtmlStyleClass(style, filter), "div", null /*additional attributes */, true /* force tag to be written */); 306EnterStyleInternal(styleClass, styleTag, additionalAttributes, false /* force tag to be written */); 343EnterStyleInternal(new XhtmlStyleClass(style, filter), styleTag, additionalAttributes, false /* force tag to be written */);