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)
269return GetControlIDsFromList(_postBackControls, includeQuotes); 579if (_postBackControls != null && _postBackControls.Contains(control)) { 629if (_postBackControls == null) { 634if (!_postBackControls.Contains(control)) { 635_postBackControls.Add(control);