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