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)
307
if(
_cachedSelectedIndex
!= -1 &&
308
DataHelper.Items.Count >
_cachedSelectedIndex
)
310
SelectedIndex =
_cachedSelectedIndex
;
342
if (
_cachedSelectedIndex
!= -1)
344
SelectedIndex =
_cachedSelectedIndex
;