2 references to CornerRadiusProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (2)
71get { return (double)this.GetValue(StringEditor.CornerRadiusProperty); } 72set { this.SetValue(StringEditor.CornerRadiusProperty, value); }