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)
331if (_allowEventCancellation && dmce.Cancel) { 951if (_allowEventCancellation && e.Cancel) { 1062if (_allowEventCancellation && ce.Cancel) { 1106if (_allowEventCancellation && ce.Cancel) { 1426if (_allowEventCancellation && ce.Cancel) { 1694if (_allowEventCancellation && ce.Cancel) { 2027if (_allowEventCancellation && ce.Cancel) { 2081if (_allowEventCancellation && ce.Cancel) { 2106if (_allowEventCancellation && ce.Cancel) { 3574if (_allowEventCancellation && e.Cancel) {