1 write to _asyncPostBackControls
System.Web.Extensions (1)
UI\PageRequestManager.cs (1)
583
_asyncPostBackControls
= new List<Control>();
6 references to _asyncPostBackControls
System.Web.Extensions (6)
UI\PageRequestManager.cs (6)
165
return GetControlIDsFromList(
_asyncPostBackControls
, includeQuotes);
582
if (
_asyncPostBackControls
== null) {
587
if (!
_asyncPostBackControls
.Contains(control)) {
588
_asyncPostBackControls
.Add(control);
626
if (
_asyncPostBackControls
!= null &&
_asyncPostBackControls
.Contains(control)) {