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)
277weight = ((weight - 1) / _screenWidth + 1) * _screenWidth; 559CurrentCard.StaticItemsWeight += _screenWidth; 1063else if (card.StaticItemsWeight >= 3 * _screenWidth)