13 implementations of IsCancellable
System.Web (13)
HttpApplication.cs (12)
3050bool IExecutionStep.IsCancellable { 3089bool IExecutionStep.IsCancellable { 3240bool IExecutionStep.IsCancellable { 3261bool IExecutionStep.IsCancellable { 3282bool IExecutionStep.IsCancellable { 3368bool IExecutionStep.IsCancellable { 3404bool IExecutionStep.IsCancellable { 3631bool IExecutionStep.IsCancellable { 3677public bool IsCancellable { 3707bool IExecutionStep.IsCancellable { 3750bool IExecutionStep.IsCancellable { 3772bool IExecutionStep.IsCancellable {
Util\AspCompat.cs (1)
210bool HttpApplication.IExecutionStep.IsCancellable {
1 reference to IsCancellable
System.Web (1)
HttpApplication.cs (1)
2199if (step.IsCancellable) {