13 references to CustomAttributes
System.Web.Mobile (13)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (7)
402return(String) Page.ActiveForm.CustomAttributes[XhtmlConstants.StyleSheetLocationCustomAttribute]; 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\XhtmlBasicPageAdapter.cs (2)
232String cssLocation = (String) Page.ActiveForm.CustomAttributes[XhtmlConstants.StyleSheetLocationCustomAttribute]; 447String cssClass = (String) activeForm.CustomAttributes[XhtmlConstants.CssClassCustomAttribute];
UI\MobileControls\AdRotator.cs (1)
250_image.CustomAttributes[accesskeyName] = accesskey;
UI\MobileControls\MobileControl.cs (3)
523ICollection keys = CustomAttributes.Keys; 536illegalCustomAttributes += key + "=" + CustomAttributes[key]; 728CustomAttributes[name] = value;