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