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