17 instantiations of If
System.Activities (9)
System\Activities\Expressions\AndAlso.cs (1)
25return new If
System\Activities\Expressions\OrElse.cs (1)
25return new If
System\Activities\Statements\CompensableActivity.cs (1)
255new If
System\Activities\Statements\Compensate.cs (2)
116new If 142new If(env => (elements.Get(env).ElementAt(index.Get(env))).GetType() == typeof(CompensationParticipant))
System\Activities\Statements\Confirm.cs (2)
124new If 151new If(env => (elements.Get(env).ElementAt(index.Get(env))).GetType() == typeof(CompensationParticipant))
System\Activities\Statements\TransactionScope.cs (2)
175new If() 263new If()
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\ReceiveReplyValidationFeature.cs (2)
55new If 71Handler = new If
System\ServiceModel\Activities\Presentation\SendReplyValidationFeature.cs (2)
55new If 71Handler = new If
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
125new If() 154new If()
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
885Handler = new If 925new If()
1 reference to If
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\IfElseDesigner.xaml.cs (1)
30Type type = typeof(If);