6 references to SwitchCase
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (6)
28private List<SwitchCase> cases; 32this.cases = new List<SwitchCase>(); 35public List<SwitchCase> Cases 49foreach (SwitchCase switchCase in this.Cases) 72static readonly DependencyProperty InProperty = DependencyProperty.Register("In", typeof(object), typeof(SwitchCase)); 73static readonly DependencyProperty OutProperty = DependencyProperty.Register("Out", typeof(object), typeof(SwitchCase));