3 writes to _numberOfSoftkeys
System.Web.Mobile (3)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
84
_numberOfSoftkeys
= Device.NumberOfSoftkeys;
87
_numberOfSoftkeys
= 2;
94
_numberOfSoftkeys
= 1;
3 references to _numberOfSoftkeys
System.Web.Mobile (3)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
85
if (
_numberOfSoftkeys
> 2)
92
if (
_numberOfSoftkeys
== 2 && !Device.HasBackButton)
1330
return
_numberOfSoftkeys
;