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