2 writes to dropDownItems
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\DynamicActivityPropertyChooserViewModel.cs (2)
54this.dropDownItems = new ReadOnlyCollection<DynamicActivityProperty>(new List<DynamicActivityProperty>()); 64this.dropDownItems = value;
3 references to dropDownItems
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\DynamicActivityPropertyChooserViewModel.cs (3)
52if (this.dropDownItems == null) 57return this.dropDownItems; 62if (this.dropDownItems != value)