3 writes to collectionView
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
483this.collectionView = new CollectionView(this.ItemsSource); 487this.collectionView = null; 1000this.collectionView = null;
2 references to collectionView
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
478if (collectionView == null) 490return collectionView;