1 write to _registeredControlsRequiringClearChildControlState
System.Web (1)
UI\Page.cs (1)
2961
_registeredControlsRequiringClearChildControlState
= new HybridDictionary();
6 references to _registeredControlsRequiringClearChildControlState
System.Web (6)
UI\Page.cs (6)
2952
if (
_registeredControlsRequiringClearChildControlState
== null) return true;
2953
foreach (Control cleared in
_registeredControlsRequiringClearChildControlState
.Keys) {
2960
if (
_registeredControlsRequiringClearChildControlState
== null) {
2962
_registeredControlsRequiringClearChildControlState
.Add(control, true);
2964
else if (
_registeredControlsRequiringClearChildControlState
[control] == null) {
2965
_registeredControlsRequiringClearChildControlState
.Add(control, true);