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)
164return _templateIndex; 328if (baseState != null || _templateIndex != 0) { 331if (_templateIndex != 0) { 332templateIndexState = _templateIndex;