8 writes to ActiveViewIndex
System.Web (8)
UI\WebControls\MultiView.cs (7)
234
ActiveViewIndex
= (int) p.Second;
266
ActiveViewIndex
= ActiveViewIndex + 1;
269
ActiveViewIndex
= - 1;
275
ActiveViewIndex
= ActiveViewIndex - 1;
299
ActiveViewIndex
= index;
317
ActiveViewIndex
= _cachedActiveViewIndex;
361
ActiveViewIndex
= index;
UI\WebControls\Wizard.cs (1)
160
MultiView.
ActiveViewIndex
= value;
9 references to ActiveViewIndex
System.Web (9)
UI\WebControls\MultiView.cs (7)
186
int activeViewIndex =
ActiveViewIndex
;
265
if (
ActiveViewIndex
< Views.Count - 1) {
266
ActiveViewIndex =
ActiveViewIndex
+ 1;
274
if (
ActiveViewIndex
> -1 ) {
275
ActiveViewIndex =
ActiveViewIndex
- 1;
325
if (((View)ctl).Active &&
ActiveViewIndex
< Views.Count) {
344
int avi =
ActiveViewIndex
;
UI\WebControls\Wizard.cs (2)
150
return MultiView.
ActiveViewIndex
;
159
if (MultiView.
ActiveViewIndex
!= value) {