1 write to _quickTypeView
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
82_quickTypeView = CollectionViewSource.GetDefaultView(_quickTypeCollection);
5 references to _quickTypeView
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (5)
83_quickTypeView.CurrentChanged += new EventHandler(OnCurrentQuickTypeChanged); 128return _quickTypeView; 315theThis._quickTypeView.MoveCurrentTo(e.NewValue); 329NewItemFactoryTypeModel selectedTypeModel = _quickTypeView.CurrentItem as NewItemFactoryTypeModel; 516_quickTypeView.MoveCurrentTo(selectedFactoryModel);