2 writes to _requiresBindToNull
System.Web (2)
UI\WebControls\BaseDataBoundControl.cs (2)
88_requiresBindToNull = true; 218_requiresBindToNull = false;
1 reference to _requiresBindToNull
System.Web (1)
UI\WebControls\BaseDataBoundControl.cs (1)
216if (RequiresDataBinding && (IsDataBindingAutomatic || _requiresBindToNull)) {