11 references to RegisterStyle
System.Web.Mobile (11)
UI\MobileControls\PagerStyle.cs (3)
35NextPageTextKey = RegisterStyle("NextPageText", typeof(String), String.Empty, false), 36PreviousPageTextKey = RegisterStyle("PreviousPageText", typeof(String), String.Empty, false), 37PageLabelKey = RegisterStyle("PageLabel", typeof(String), String.Empty, false);
UI\MobileControls\Style.cs (8)
44AlignmentKey = RegisterStyle("Alignment", typeof(Alignment) , System.Web.UI.MobileControls.Alignment.NotSet, true), 45WrappingKey = RegisterStyle("Wrapping" , typeof(Wrapping) , System.Web.UI.MobileControls.Wrapping.NotSet , true), 46BoldKey = RegisterStyle("Bold", typeof(BooleanOption), BooleanOption.NotSet, true), 47ItalicKey = RegisterStyle("Italic", typeof(BooleanOption), BooleanOption.NotSet, true), 48FontSizeKey = RegisterStyle("FontSize" , typeof(FontSize) , System.Web.UI.MobileControls.FontSize.NotSet , true), 49FontNameKey = RegisterStyle("FontName" , typeof(String) , String.Empty , true), 50ForeColorKey = RegisterStyle("ForeColor", typeof(Color) , Color.Empty , true), 51BackColorKey = RegisterStyle("BackColor", typeof(Color) , Color.Empty , false);