7 writes to _allowEventCancellation
System.Web (7)
UI\WebParts\WebPartManager.cs (7)
216
_allowEventCancellation
= true;
882
_allowEventCancellation
= false;
888
_allowEventCancellation
= true;
1172
_allowEventCancellation
= false;
1180
_allowEventCancellation
= true;
1998
_allowEventCancellation
= false;
2006
_allowEventCancellation
= true;
10 references to _allowEventCancellation
System.Web (10)
UI\WebParts\WebPartManager.cs (10)
331
if (
_allowEventCancellation
&& dmce.Cancel) {
951
if (
_allowEventCancellation
&& e.Cancel) {
1062
if (
_allowEventCancellation
&& ce.Cancel) {
1106
if (
_allowEventCancellation
&& ce.Cancel) {
1426
if (
_allowEventCancellation
&& ce.Cancel) {
1694
if (
_allowEventCancellation
&& ce.Cancel) {
2027
if (
_allowEventCancellation
&& ce.Cancel) {
2081
if (
_allowEventCancellation
&& ce.Cancel) {
2106
if (
_allowEventCancellation
&& ce.Cancel) {
3574
if (
_allowEventCancellation
&& e.Cancel) {