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