15 references to AccessKeyCustomAttribute
System.Web.Mobile (15)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (2)
79ConditionalRenderCustomAttribute(writer, XhtmlConstants.AccessKeyCustomAttribute); 94ConditionalRenderCustomAttribute(writer, XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
166String attributeValue = ((IAttributeAccessor)Control).GetAttribute(XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
365ConditionalRenderCustomAttribute(writer, accessKeyCustomAttribute, XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (1)
45String accessKey = GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (1)
37String accessKey = GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
114String accessKey = GetCustomAttributeValue(item, XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
487String accessKey = GetCustomAttributeValue(item, XhtmlConstants.AccessKeyCustomAttribute); 556String accessKey = GetCustomAttributeValue(item, XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (2)
65ConditionalRenderCustomAttribute(writer, XhtmlConstants.AccessKeyCustomAttribute); 93String accessKey = GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (1)
187String accessKey = GetCustomAttributeValue(item, XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (1)
57ConditionalRenderCustomAttribute(writer, XhtmlConstants.AccessKeyCustomAttribute);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (2)
82((IAttributeAccessor)_link).SetAttribute(XhtmlConstants.AccessKeyCustomAttribute, GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute));