2 references to ViewTypeProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
158get { return (ChoiceEditorViewType)this.GetValue(ChoiceEditor.ViewTypeProperty); } 159set { this.SetValue(ChoiceEditor.ViewTypeProperty, value); }