6 writes to _softkeyLabel
System.Web.Mobile (6)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (6)
360
_softkeyLabel
= softkeyLabel;
378
_softkeyLabel
= softkeyLabel;
423
_softkeyLabel
= _linkText;
612
_softkeyLabel
= softkeyLabel;
628
_softkeyLabel
= softkeyLabel;
684
_softkeyLabel
= _linkText;
12 references to _softkeyLabel
System.Web.Mobile (12)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (12)
421
if (
_softkeyLabel
== null ||
_softkeyLabel
.Length == 0)
425
softkey.Label =
_softkeyLabel
;
449
if (_useMenuOptionTitle && IsValidSoftkeyLabel(
_softkeyLabel
))
451
WriteTextEncodedAttribute("title",
_softkeyLabel
);
682
if (
_softkeyLabel
== null ||
_softkeyLabel
.Length == 0)
686
softkey.Label =
_softkeyLabel
;
700
if (_useMenuOptionTitle && IsValidSoftkeyLabel(
_softkeyLabel
))
702
WriteTextEncodedAttribute("title",
_softkeyLabel
);
751
if (_useMenuOptionTitle && IsValidSoftkeyLabel(
_softkeyLabel
))
753
WriteTextEncodedAttribute("title",
_softkeyLabel
);