1 write to _postBackControls
System.Web.Extensions (1)
UI\PageRequestManager.cs (1)
630
_postBackControls
= new List<Control>();
6 references to _postBackControls
System.Web.Extensions (6)
UI\PageRequestManager.cs (6)
269
return GetControlIDsFromList(
_postBackControls
, includeQuotes);
579
if (
_postBackControls
!= null &&
_postBackControls
.Contains(control)) {
629
if (
_postBackControls
== null) {
634
if (!
_postBackControls
.Contains(control)) {
635
_postBackControls
.Add(control);