4 references to SaveSelectedIndicesViewState
System.Web (4)
UI\WebControls\CheckBoxList.cs (1)
525_cachedRegisterEnabled = (Page != null) && IsEnabled && (SaveSelectedIndicesViewState == false);
UI\WebControls\ListControl.cs (2)
645if (SaveSelectedIndicesViewState == false) { 825if (SaveSelectedIndicesViewState) {
UI\WebControls\RadioButtonList.cs (1)
481_cachedRegisterEnabled = (Page != null) && (SaveSelectedIndicesViewState == false);