3 writes to _cachedSelectedIndex
System.Web.Mobile (3)
UI\MobileControls\SelectionList.cs (3)
241_cachedSelectedIndex = value; 311_cachedSelectedIndex = -1; 345_cachedSelectedIndex = -1;
5 references to _cachedSelectedIndex
System.Web.Mobile (5)
UI\MobileControls\SelectionList.cs (5)
307if(_cachedSelectedIndex != -1 && 308DataHelper.Items.Count > _cachedSelectedIndex) 310SelectedIndex = _cachedSelectedIndex; 342if (_cachedSelectedIndex != -1) 344SelectedIndex = _cachedSelectedIndex;