3 writes to _outboundEvents
System.Web (3)
UI\ClientScriptManager.cs (3)
1274
_outboundEvents
= new EventValidationStore();
1280
_outboundEvents
= new EventValidationStore();
1306
_outboundEvents
= clonedEventValidationStore;
8 references to _outboundEvents
System.Web (8)
UI\ClientScriptManager.cs (8)
1255
if (
_outboundEvents
!= null &&
_outboundEvents
.Count > 0) {
1256
return
_outboundEvents
;
1268
if (
_outboundEvents
== null) {
1273
if (
_outboundEvents
== null) {
1281
_outboundEvents
.Add(null, _clientScriptManager._owner.ClientState);
1285
_outboundEvents
.Add(uniqueId, argument);
1294
Debug.Assert(
_outboundEvents
== null);