7 references to MaximumSoftkeyLabelLength
System.Web (1)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (1)
289return _browser.MaximumSoftkeyLabelLength;
System.Web.Mobile (6)
UI\MobileControls\Adapters\WmlControlAdapter.cs (2)
91softkeyLabel = softkeyLabel.Substring(0, Device.MaximumSoftkeyLabelLength); 252softkeyLabel = softkeyLabel.Substring(0, Device.MaximumSoftkeyLabelLength);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
609label.Length <= Device.MaximumSoftkeyLabelLength;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
241String softkeyLabel = detailsCommandText.Length <= Device.MaximumSoftkeyLabelLength ? 271String softkeyLabel = backCommandText.Length <= Device.MaximumSoftkeyLabelLength ?
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (1)
119softkeyLabel = softkeyLabel.Substring(0, Device.MaximumSoftkeyLabelLength);