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