4 references to Combo
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (4)
46public static readonly DependencyProperty ViewTypeProperty = DependencyProperty.Register("ViewType", typeof(ChoiceEditorViewType), typeof(ChoiceEditor), new FrameworkPropertyMetadata(ChoiceEditorViewType.Combo, FrameworkPropertyMetadataOptions.AffectsRender)); 446if (value && this.ViewType == ChoiceEditorViewType.Combo && loadingCursor != null) 884if (this.ViewType == ChoiceEditorViewType.Combo && !this.ShowFullControl) 1176if (ViewType != ChoiceEditorViewType.Combo || this.isShowingFullEditor)