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