1 write to _screenWidth
System.Web.Mobile (1)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
67
_screenWidth
= device.ScreenCharactersWidth;
4 references to _screenWidth
System.Web.Mobile (4)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (4)
277
weight = ((weight - 1) /
_screenWidth
+ 1) *
_screenWidth
;
559
CurrentCard.StaticItemsWeight +=
_screenWidth
;
1063
else if (card.StaticItemsWeight >= 3 *
_screenWidth
)