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