19 references to CssClassCustomAttribute
System.Web.Mobile (19)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (6)
470
String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.
CssClassCustomAttribute
];
489
String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.
CssClassCustomAttribute
];
508
String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.
CssClassCustomAttribute
];
524
String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.
CssClassCustomAttribute
];
551
String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.
CssClassCustomAttribute
];
612
String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.
CssClassCustomAttribute
];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
206
String cssClass = ((IAttributeAccessor) ctl).GetAttribute(XhtmlConstants.
CssClassCustomAttribute
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (1)
44
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (1)
36
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
115
String cssClass = GetCustomAttributeValue(item, XhtmlConstants.
CssClassCustomAttribute
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (6)
260
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);
294
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);
446
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);
488
String itemClass = GetCustomAttributeValue(item, XhtmlConstants.
CssClassCustomAttribute
);
557
String cssClass = GetCustomAttributeValue(item, XhtmlConstants.
CssClassCustomAttribute
);
594
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
447
String cssClass = (String) activeForm.CustomAttributes[XhtmlConstants.
CssClassCustomAttribute
];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (2)
66
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);
92
String cssClass = GetCustomAttributeValue(XhtmlConstants.
CssClassCustomAttribute
);