2 references to DefaultStyle
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\Constants.cs (1)
49internal static XhtmlStyleClass DefaultStyleClass = new XhtmlStyleClass(DefaultStyle, XhtmlConstants.All);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (1)
164if ((String) _controlStyle[Style.FontNameKey, true /* inherit */] != (String) XhtmlConstants.DefaultStyle [Style.FontNameKey, false /* do not inherit */]) {