7 references to GetCustomAttributeValue
System.Web.Mobile (7)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (2)
114
String accessKey =
GetCustomAttributeValue
(item, XhtmlConstants.AccessKeyCustomAttribute);
115
String cssClass =
GetCustomAttributeValue
(item, XhtmlConstants.CssClassCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (4)
487
String accessKey =
GetCustomAttributeValue
(item, XhtmlConstants.AccessKeyCustomAttribute);
488
String itemClass =
GetCustomAttributeValue
(item, XhtmlConstants.CssClassCustomAttribute);
556
String accessKey =
GetCustomAttributeValue
(item, XhtmlConstants.AccessKeyCustomAttribute);
557
String cssClass =
GetCustomAttributeValue
(item, XhtmlConstants.CssClassCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (1)
187
String accessKey =
GetCustomAttributeValue
(item, XhtmlConstants.AccessKeyCustomAttribute);