3 writes to _validEventReferences
System.Web (3)
UI\ClientScriptManager.cs (3)
1370
_validEventReferences
= new ArrayList();
1374
_validEventReferences
= new ArrayList();
1415
_validEventReferences
= validatedClientEvents;
7 references to _validEventReferences
System.Web (7)
UI\ClientScriptManager.cs (7)
1332
if (
_validEventReferences
!= null &&
_validEventReferences
.Count > 0) {
1333
return
_validEventReferences
;
1366
if (
_validEventReferences
== null) {
1369
if (
_validEventReferences
== null) {
1375
_validEventReferences
.Add(
1384
_validEventReferences
.Add(key);