4 writes to ComboBoxItems
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (3)
185
this.
ComboBoxItems
= new ObservableCollection<string> { "True", "False" };
189
this.
ComboBoxItems
= new ObservableCollection<string>(Enum.GetNames(this.ValueType).ToList());
203
this.
ComboBoxItems
= new ObservableCollection<string> { Null };
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
396
this.addNewTransitionBox.ViewModel.
ComboBoxItems
= new ObservableCollection<string>(
1 reference to ComboBoxItems
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (1)
206
this.
ComboBoxItems
.Add(Empty);