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