56 references to RegisteredCssClass
System.Web (56)
UI\HtmlControls\HtmlHead.cs (2)
288string cssClass = si.style.RegisteredCssClass; 352else if (style.RegisteredCssClass.Length != 0) {
UI\WebControls\FontInfo.cs (2)
279if (fOwner.RegisteredCssClass.Length != 0) { 327if (fOwner.RegisteredCssClass.Length == 0) {
UI\WebControls\HyperLinkStyle.cs (4)
36return (RegisteredCssClass.Length == 0) && 56if (RegisteredCssClass.Length != 0) { 59cssClass = cssClass + " " + RegisteredCssClass; 62cssClass = RegisteredCssClass;
UI\WebControls\Menu.cs (4)
1272style.HyperLinkStyle.RegisteredCssClass : 1273style.RegisteredCssClass); 1289string className = style.RegisteredCssClass; 1774builder.Append(RootMenuItemStyle.RegisteredCssClass);
UI\WebControls\MenuItemStyle.cs (2)
130if (s.RegisteredCssClass.Length != 0) { 246if (s.RegisteredCssClass.Length == 0) {
UI\WebControls\MenuRendererClassic.cs (8)
140createDataObjectScript.Append(Menu._dynamicHoverStyle.RegisteredCssClass); 142if (!String.IsNullOrEmpty(Menu._dynamicHoverStyle.RegisteredCssClass)) { 151createDataObjectScript.Append(Menu._dynamicHoverHyperLinkStyle.RegisteredCssClass); 153if (!String.IsNullOrEmpty(Menu._dynamicHoverHyperLinkStyle.RegisteredCssClass)) { 164createDataObjectScript.Append(Menu._staticHoverStyle.RegisteredCssClass); 166if (!String.IsNullOrEmpty(Menu._staticHoverStyle.RegisteredCssClass)) { 175createDataObjectScript.Append(Menu._staticHoverHyperLinkStyle.RegisteredCssClass); 177if (!String.IsNullOrEmpty(Menu._staticHoverHyperLinkStyle.RegisteredCssClass)) {
UI\WebControls\PanelStyle.cs (2)
184if (s.RegisteredCssClass.Length != 0) { 237if (s.RegisteredCssClass.Length == 0) {
UI\WebControls\PopOutPanel.cs (3)
124GetEmptyPopOutPanelStyle().RegisteredCssClass); 127writer.AddAttribute(HtmlTextWriterAttribute.Class, GetEmptyPopOutPanelStyle().RegisteredCssClass); 169string styleClass = _style.RegisteredCssClass;
UI\WebControls\Style.cs (9)
308return ((setBits == 0) && (RegisteredCssClass.Length == 0)); 452if (RegisteredCssClass.Length != 0) { 466if (s.RegisteredCssClass.Length != 0) { 468CssClass += " " + s.RegisteredCssClass; 471CssClass = s.RegisteredCssClass; 719if (RegisteredCssClass.Length != 0) { 741if (s.RegisteredCssClass.Length == 0) { 759CssClass += " " + s.RegisteredCssClass; 762CssClass = s.RegisteredCssClass;
UI\WebControls\SubMenuStyle.cs (2)
90if (s.RegisteredCssClass.Length != 0) { 203if (sms != null && !sms.IsEmpty && s.RegisteredCssClass.Length == 0) {
UI\WebControls\TableItemStyle.cs (2)
182if (s.RegisteredCssClass.Length != 0) { 233if (s.RegisteredCssClass.Length == 0) {
UI\WebControls\TableStyle.cs (2)
254if (s.RegisteredCssClass.Length != 0) { 313if (s.RegisteredCssClass.Length == 0) {
UI\WebControls\TreeNodeStyle.cs (2)
177if (s.RegisteredCssClass.Length != 0) { 302if (s.RegisteredCssClass.Length == 0) {
UI\WebControls\TreeView.cs (7)
1330style.HyperLinkStyle.RegisteredCssClass : 1331style.RegisteredCssClass); 1864builder.Append(BaseTreeNodeStyle.RegisteredCssClass); 2656string className = _selectedNodeStyle.RegisteredCssClass; 2660string hyperLinkClassName = _selectedNodeStyle.HyperLinkStyle.RegisteredCssClass; 2675string className = _hoverNodeStyle.RegisteredCssClass; 2676string hyperLinkClassName = _hoverNodeHyperLinkStyle.RegisteredCssClass;
UI\WebParts\WebPartChrome.cs (1)
250Debug.Assert(style.RegisteredCssClass.Length == 0);
UI\WebParts\WebPartMenu.cs (2)
64labelHoverClass = labelHoverStyle.RegisteredCssClass; 96Debug.Assert(style.RegisteredCssClass.Length == 0);
UI\WebParts\WebPartMenuStyle.cs (2)
90if (s.RegisteredCssClass.Length != 0) { 122if (s.RegisteredCssClass.Length == 0) {