3 writes to _templateIndex
System.Web (3)
UI\WebControls\LoginView.cs (3)
169
_templateIndex
= value;
222
_templateIndex
= GetTemplateIndex();
268
_templateIndex
= (int)state.Second;
4 references to _templateIndex
System.Web (4)
UI\WebControls\LoginView.cs (4)
164
return
_templateIndex
;
328
if (baseState != null ||
_templateIndex
!= 0) {
331
if (
_templateIndex
!= 0) {
332
templateIndexState =
_templateIndex
;