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)
421if (_softkeyLabel == null || _softkeyLabel.Length == 0) 425softkey.Label = _softkeyLabel; 449if (_useMenuOptionTitle && IsValidSoftkeyLabel(_softkeyLabel)) 451WriteTextEncodedAttribute("title", _softkeyLabel); 682if (_softkeyLabel == null || _softkeyLabel.Length == 0) 686softkey.Label = _softkeyLabel; 700if (_useMenuOptionTitle && IsValidSoftkeyLabel(_softkeyLabel)) 702WriteTextEncodedAttribute("title", _softkeyLabel); 751if (_useMenuOptionTitle && IsValidSoftkeyLabel(_softkeyLabel)) 753WriteTextEncodedAttribute("title", _softkeyLabel);