21 references to GetCustomAttributeValue
System.Web.Mobile (21)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
328
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssPagerClassCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (3)
44
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
45
String accessKey =
GetCustomAttributeValue
(XhtmlConstants.AccessKeyCustomAttribute);
46
String title =
GetCustomAttributeValue
(XhtmlConstants.TitleCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (2)
36
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
37
String accessKey =
GetCustomAttributeValue
(XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (11)
260
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
261
String subCommandClass =
GetCustomAttributeValue
(XhtmlConstants.CssCommandClassCustomAttribute);
294
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
295
String labelClass =
GetCustomAttributeValue
(XhtmlConstants.CssLabelClassCustomAttribute);
330
String commandClass =
GetCustomAttributeValue
(XhtmlConstants.CssCommandClassCustomAttribute);
446
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
447
String labelClass =
GetCustomAttributeValue
(XhtmlConstants.CssLabelClassCustomAttribute);
511
String commandClass =
GetCustomAttributeValue
(XhtmlConstants.CssCommandClassCustomAttribute);
558
String subCommandClass =
GetCustomAttributeValue
(XhtmlConstants.CssCommandClassCustomAttribute);
594
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
595
String labelClass =
GetCustomAttributeValue
(XhtmlConstants.CssLabelClassCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (3)
66
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
92
String cssClass =
GetCustomAttributeValue
(XhtmlConstants.CssClassCustomAttribute);
93
String accessKey =
GetCustomAttributeValue
(XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
82
((IAttributeAccessor)_link).SetAttribute(XhtmlConstants.AccessKeyCustomAttribute,
GetCustomAttributeValue
(XhtmlConstants.AccessKeyCustomAttribute));