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