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