1 write to _quickTypeCollection
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
80_quickTypeCollection = new ObservableCollection<NewItemFactoryTypeModel>();
6 references to _quickTypeCollection
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (6)
82_quickTypeView = CollectionViewSource.GetDefaultView(_quickTypeCollection); 118return _quickTypeCollection.Count > 0; 447_quickTypeCollection.Clear(); 470_quickTypeCollection.Add(factoryModel); 497_quickTypeCollection.Add(defaultItemFactoryTypeModel); 512_quickTypeCollection.Add(nullTypeFactoryTypeModel);