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